Html Css Color HEX #DC7ABF Persian Pink

📋 copy color: '#DC7ABF'

red 220 ◦ green 122 ◦ blue 191

#DC7ABF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #DC7ABF

Tints of Persian Pink #DC7ABF

RGB

 RED value IS 220 (86.33% from 255) = 41.28%

 GREEN value IS 122 (48.05% from 255) = 22.89%

 BLUE value IS 191 (75% from 255) = 35.83%

R = 41.28%
G = 22.89%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DC7ABF (or 0xDC7ABF) is known color: Persian Pink. HEX triplet: DC, 7A and BF. RGB value is (220,122,191). Sum of RGB (Red+Green+Blue) = 220+122+191=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7ABF is #238540. Grayscale: #9E9E9E. Windows color (decimal): -2327873 or 12548828. OLE color: 12548828.

HSL color Cylindrical-coordinate representation of color #DC7ABF: hue angle of 317.76º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC7ABF is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 122 191 -
CMYK 0 0.45 0.13 0.14
HSL 317.76º 0.58% 0.67% -
HSV(B) 317.76º 0.45% 0.86% -
XYZ 45.88 32.9 53.22 -
YUV 159.17 145.97 171.39 -
System Red Green Blue C M Y K H S L
Decimal 220 122 191 0 0.45 0.13 0.14 317.76 0.58 0.67
Hex DC 7A BF 0 2D D E 13E 3A 43
Octal 334 172 277 0 55 15 16 476 72 103
Binary 11011100 1111010 10111111 0 101101 1101 1110 100111110 111010 1000011

Color Harmonies of #DC7ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7ABF

Black with #DC7ABF

Text Example


Text Example

White with #DC7ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7ABF; }

 p { color: rgb(220,122,191); }

 H1.HeaderClassName
 {
   color: #DC7ABF;
 }
 .AnyTagClassName
 {
   color: #DC7ABF;
 }
</style>

background-color css

<style>
 a { background-color: #DC7ABF; }

 a { background-color: rgb(220,122,191); }

 div.DivClassName
 {
   background-color: #DC7ABF;
 }
 .BgClassName
 {
   background-color: #DC7ABF;
 }
</style>

border-color css

<style>
 span { border-color: #DC7ABF; }

 span { border-color: rgb(220,122,191); }

 td.TdClassName
 {
   border-color: #DC7ABF;
 }
 .TagClassName
 {
   border-color: #DC7ABF;
 }
</style>