Html Css Color HEX #DC76B1 Persian Pink

📋 copy color: '#DC76B1'

red 220 ◦ green 118 ◦ blue 177

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

Shades of Persian Pink #DC76B1

Tints of Persian Pink #DC76B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.37%

R = 42.72%
G = 22.91%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC76B1 (or 0xDC76B1) is known color: Persian Pink. HEX triplet: DC, 76 and B1. RGB value is (220,118,177). Sum of RGB (Red+Green+Blue) = 220+118+177=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 118 (46.48% from 255 or 22.91% from 515); Blue value is 177 (69.53% from 255 or 34.37% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC76B1 is #23894E. Grayscale: #9B9B9B. Windows color (decimal): -2328911 or 11630300. OLE color: 11630300.

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

Color convert

RGB 220 118 177 -
CMYK 0 0.46 0.20 0.14
HSL 325.29º 0.59% 0.66% -
HSV(B) 325.29º 0.46% 0.86% -
XYZ 43.93 31.35 45.33 -
YUV 155.22 140.29 174.2 -
System Red Green Blue C M Y K H S L
Decimal 220 118 177 0 0.46 0.20 0.14 325.29 0.59 0.66
Hex DC 76 B1 0 2E 14 E 145 3B 42
Octal 334 166 261 0 56 24 16 505 73 102
Binary 11011100 1110110 10110001 0 101110 10100 1110 101000101 111011 1000010

Color Harmonies of #DC76B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC76B1

Black with #DC76B1

Text Example


Text Example

White with #DC76B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC76B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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