Html Css Color HEX #DC76B4 Persian Pink

📋 copy color: '#DC76B4'

red 220 ◦ green 118 ◦ blue 180

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

Shades of Persian Pink #DC76B4

Tints of Persian Pink #DC76B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.75%

R = 42.47%
G = 22.78%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DC76B4 (or 0xDC76B4) is known color: Persian Pink. HEX triplet: DC, 76 and B4. RGB value is (220,118,180). Sum of RGB (Red+Green+Blue) = 220+118+180=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 118 (46.48% from 255 or 22.78% from 518); Blue value is 180 (70.70% from 255 or 34.75% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC76B4 is #23894B. Grayscale: #9B9B9B. Windows color (decimal): -2328908 or 11826908. OLE color: 11826908.

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

Color convert

RGB 220 118 180 -
CMYK 0 0.46 0.18 0.14
HSL 323.53º 0.59% 0.66% -
HSV(B) 323.53º 0.46% 0.86% -
XYZ 44.23 31.47 46.92 -
YUV 155.57 141.79 173.96 -
System Red Green Blue C M Y K H S L
Decimal 220 118 180 0 0.46 0.18 0.14 323.53 0.59 0.66
Hex DC 76 B4 0 2E 12 E 144 3B 42
Octal 334 166 264 0 56 22 16 504 73 102
Binary 11011100 1110110 10110100 0 101110 10010 1110 101000100 111011 1000010

Color Harmonies of #DC76B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC76B4

Black with #DC76B4

Text Example


Text Example

White with #DC76B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC76B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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