Html Css Color HEX #DC76BC Persian Pink

📋 copy color: '#DC76BC'

red 220 ◦ green 118 ◦ blue 188

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

Shades of Persian Pink #DC76BC

Tints of Persian Pink #DC76BC

RGB

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

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

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

R = 41.83%
G = 22.43%
B = 35.74%

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

#DC76BC (or 0xDC76BC) is known color: Persian Pink. HEX triplet: DC, 76 and BC. RGB value is (220,118,188). Sum of RGB (Red+Green+Blue) = 220+118+188=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 118 (46.48% from 255 or 22.43% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC76BC is #238943. Grayscale: #9C9C9C. Windows color (decimal): -2328900 or 12351196. OLE color: 12351196.

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

Color convert

RGB 220 118 188 -
CMYK 0 0.46 0.15 0.14
HSL 318.82º 0.59% 0.66% -
HSV(B) 318.82º 0.46% 0.86% -
XYZ 45.07 31.8 51.34 -
YUV 156.48 145.79 173.31 -
System Red Green Blue C M Y K H S L
Decimal 220 118 188 0 0.46 0.15 0.14 318.82 0.59 0.66
Hex DC 76 BC 0 2E F E 13F 3B 42
Octal 334 166 274 0 56 17 16 477 73 102
Binary 11011100 1110110 10111100 0 101110 1111 1110 100111111 111011 1000010

Color Harmonies of #DC76BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC76BC

Black with #DC76BC

Text Example


Text Example

White with #DC76BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC76BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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