Html Css Color HEX #DC81B9 Persian Pink

📋 copy color: '#DC81B9'

red 220 ◦ green 129 ◦ blue 185

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

Shades of Persian Pink #DC81B9

Tints of Persian Pink #DC81B9

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.16%

 BLUE value IS 185 (72.66% from 255) = 34.64%

R = 41.2%
G = 24.16%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DC81B9 (or 0xDC81B9) is known color: Persian Pink. HEX triplet: DC, 81 and B9. RGB value is (220,129,185). Sum of RGB (Red+Green+Blue) = 220+129+185=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 129 (50.78% from 255 or 24.16% from 534); Blue value is 185 (72.66% from 255 or 34.64% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DC81B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC81B9 is #237E46. Grayscale: #A2A2A2. Windows color (decimal): -2326087 or 12157404. OLE color: 12157404.

HSL color Cylindrical-coordinate representation of color #DC81B9: hue angle of 323.08º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC81B9 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 129 185 -
CMYK 0 0.41 0.16 0.14
HSL 323.08º 0.57% 0.68% -
HSV(B) 323.08º 0.41% 0.86% -
XYZ 46.12 34.42 50.11 -
YUV 162.59 140.65 168.95 -
System Red Green Blue C M Y K H S L
Decimal 220 129 185 0 0.41 0.16 0.14 323.08 0.57 0.68
Hex DC 81 B9 0 29 10 E 143 39 44
Octal 334 201 271 0 51 20 16 503 71 104
Binary 11011100 10000001 10111001 0 101001 10000 1110 101000011 111001 1000100

Color Harmonies of #DC81B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC81B9

Black with #DC81B9

Text Example


Text Example

White with #DC81B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC81B9; }

 p { color: rgb(220,129,185); }

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

background-color css

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

 a { background-color: rgb(220,129,185); }

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

border-color css

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

 span { border-color: rgb(220,129,185); }

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