Html Css Color HEX #DC81C0 Persian Pink

📋 copy color: '#DC81C0'

red 220 ◦ green 129 ◦ blue 192

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

Shades of Persian Pink #DC81C0

Tints of Persian Pink #DC81C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.49%

R = 40.67%
G = 23.84%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DC81C0 (or 0xDC81C0) is known color: Persian Pink. HEX triplet: DC, 81 and C0. RGB value is (220,129,192). Sum of RGB (Red+Green+Blue) = 220+129+192=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 129 (50.78% from 255 or 23.84% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DC81C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC81C0 is #237E3F. Grayscale: #A3A3A3. Windows color (decimal): -2326080 or 12616156. OLE color: 12616156.

HSL color Cylindrical-coordinate representation of color #DC81C0: hue angle of 318.46º 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 #DC81C0 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 129 192 -
CMYK 0 0.41 0.13 0.14
HSL 318.46º 0.57% 0.68% -
HSV(B) 318.46º 0.41% 0.86% -
XYZ 46.88 34.72 54.1 -
YUV 163.39 144.15 168.38 -
System Red Green Blue C M Y K H S L
Decimal 220 129 192 0 0.41 0.13 0.14 318.46 0.57 0.68
Hex DC 81 C0 0 29 D E 13E 39 44
Octal 334 201 300 0 51 15 16 476 71 104
Binary 11011100 10000001 11000000 0 101001 1101 1110 100111110 111001 1000100

Color Harmonies of #DC81C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC81C0

Black with #DC81C0

Text Example


Text Example

White with #DC81C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC81C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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