Html Css Color HEX #DC76BB Persian Pink

📋 copy color: '#DC76BB'

red 220 ◦ green 118 ◦ blue 187

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

Shades of Persian Pink #DC76BB

Tints of Persian Pink #DC76BB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.48%

 BLUE value IS 187 (73.44% from 255) = 35.62%

R = 41.9%
G = 22.48%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC76BB (or 0xDC76BB) is known color: Persian Pink. HEX triplet: DC, 76 and BB. RGB value is (220,118,187). Sum of RGB (Red+Green+Blue) = 220+118+187=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 118 (46.48% from 255 or 22.48% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC76BB is #238944. Grayscale: #9C9C9C. Windows color (decimal): -2328901 or 12285660. OLE color: 12285660.

HSL color Cylindrical-coordinate representation of color #DC76BB: hue angle of 319.41º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC76BB is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 118 187 -
CMYK 0 0.46 0.15 0.14
HSL 319.41º 0.59% 0.66% -
HSV(B) 319.41º 0.46% 0.86% -
XYZ 44.96 31.76 50.77 -
YUV 156.36 145.29 173.39 -
System Red Green Blue C M Y K H S L
Decimal 220 118 187 0 0.46 0.15 0.14 319.41 0.59 0.66
Hex DC 76 BB 0 2E F E 13F 3B 42
Octal 334 166 273 0 56 17 16 477 73 102
Binary 11011100 1110110 10111011 0 101110 1111 1110 100111111 111011 1000010

Color Harmonies of #DC76BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC76BB

Black with #DC76BB

Text Example


Text Example

White with #DC76BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC76BB; }

 p { color: rgb(220,118,187); }

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

background-color css

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

 a { background-color: rgb(220,118,187); }

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

border-color css

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

 span { border-color: rgb(220,118,187); }

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