Html Css Color HEX #DC81BC Persian Pink

📋 copy color: '#DC81BC'

red 220 ◦ green 129 ◦ blue 188

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

Shades of Persian Pink #DC81BC

Tints of Persian Pink #DC81BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.01%

R = 40.97%
G = 24.02%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC81BC (or 0xDC81BC) is known color: Persian Pink. HEX triplet: DC, 81 and BC. RGB value is (220,129,188). Sum of RGB (Red+Green+Blue) = 220+129+188=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 129 (50.78% from 255 or 24.02% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DC81BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC81BC is #237E43. Grayscale: #A2A2A2. Windows color (decimal): -2326084 or 12354012. OLE color: 12354012.

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

Color convert

RGB 220 129 188 -
CMYK 0 0.41 0.15 0.14
HSL 321.1º 0.57% 0.68% -
HSV(B) 321.1º 0.41% 0.86% -
XYZ 46.44 34.55 51.8 -
YUV 162.94 142.15 168.7 -
System Red Green Blue C M Y K H S L
Decimal 220 129 188 0 0.41 0.15 0.14 321.1 0.57 0.68
Hex DC 81 BC 0 29 F E 141 39 44
Octal 334 201 274 0 51 17 16 501 71 104
Binary 11011100 10000001 10111100 0 101001 1111 1110 101000001 111001 1000100

Color Harmonies of #DC81BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC81BC

Black with #DC81BC

Text Example


Text Example

White with #DC81BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC81BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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