Html Css Color HEX #DC76B3 Persian Pink

📋 copy color: '#DC76B3'

red 220 ◦ green 118 ◦ blue 179

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

Shades of Persian Pink #DC76B3

Tints of Persian Pink #DC76B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.62%

R = 42.55%
G = 22.82%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DC76B3 (or 0xDC76B3) is known color: Persian Pink. HEX triplet: DC, 76 and B3. RGB value is (220,118,179). Sum of RGB (Red+Green+Blue) = 220+118+179=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 118 (46.48% from 255 or 22.82% from 517); Blue value is 179 (70.31% from 255 or 34.62% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC76B3 is #23894C. Grayscale: #9B9B9B. Windows color (decimal): -2328909 or 11761372. OLE color: 11761372.

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

Color convert

RGB 220 118 179 -
CMYK 0 0.46 0.19 0.14
HSL 324.12º 0.59% 0.66% -
HSV(B) 324.12º 0.46% 0.86% -
XYZ 44.13 31.43 46.39 -
YUV 155.45 141.29 174.04 -
System Red Green Blue C M Y K H S L
Decimal 220 118 179 0 0.46 0.19 0.14 324.12 0.59 0.66
Hex DC 76 B3 0 2E 13 E 144 3B 42
Octal 334 166 263 0 56 23 16 504 73 102
Binary 11011100 1110110 10110011 0 101110 10011 1110 101000100 111011 1000010

Color Harmonies of #DC76B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC76B3

Black with #DC76B3

Text Example


Text Example

White with #DC76B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC76B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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