Html Css Color HEX #DC76BA Persian Pink

📋 copy color: '#DC76BA'

red 220 ◦ green 118 ◦ blue 186

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

Shades of Persian Pink #DC76BA

Tints of Persian Pink #DC76BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.5%

R = 41.98%
G = 22.52%
B = 35.5%

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

#DC76BA (or 0xDC76BA) is known color: Persian Pink. HEX triplet: DC, 76 and BA. RGB value is (220,118,186). Sum of RGB (Red+Green+Blue) = 220+118+186=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 118 (46.48% from 255 or 22.52% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC76BA is #238945. Grayscale: #9C9C9C. Windows color (decimal): -2328902 or 12220124. OLE color: 12220124.

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

Color convert

RGB 220 118 186 -
CMYK 0 0.46 0.15 0.14
HSL 320º 0.59% 0.66% -
HSV(B) 320º 0.46% 0.86% -
XYZ 44.86 31.72 50.21 -
YUV 156.25 144.79 173.47 -
System Red Green Blue C M Y K H S L
Decimal 220 118 186 0 0.46 0.15 0.14 320 0.59 0.66
Hex DC 76 BA 0 2E F E 140 3B 42
Octal 334 166 272 0 56 17 16 500 73 102
Binary 11011100 1110110 10111010 0 101110 1111 1110 101000000 111011 1000010

Color Harmonies of #DC76BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC76BA

Black with #DC76BA

Text Example


Text Example

White with #DC76BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC76BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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