Html Css Color HEX #DC72B2 Persian Pink

📋 copy color: '#DC72B2'

red 220 ◦ green 114 ◦ blue 178

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

Shades of Persian Pink #DC72B2

Tints of Persian Pink #DC72B2

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.27%

 BLUE value IS 178 (69.92% from 255) = 34.77%

R = 42.97%
G = 22.27%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DC72B2 (or 0xDC72B2) is known color: Persian Pink. HEX triplet: DC, 72 and B2. RGB value is (220,114,178). Sum of RGB (Red+Green+Blue) = 220+114+178=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 114 (44.92% from 255 or 22.27% from 512); Blue value is 178 (69.92% from 255 or 34.77% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC72B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC72B2 is #238D4D. Grayscale: #989898. Windows color (decimal): -2329934 or 11694812. OLE color: 11694812.

HSL color Cylindrical-coordinate representation of color #DC72B2: hue angle of 323.77º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC72B2 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 114 178 -
CMYK 0 0.48 0.19 0.14
HSL 323.77º 0.6% 0.65% -
HSV(B) 323.77º 0.48% 0.86% -
XYZ 43.57 30.46 45.7 -
YUV 152.99 142.12 175.8 -
System Red Green Blue C M Y K H S L
Decimal 220 114 178 0 0.48 0.19 0.14 323.77 0.6 0.65
Hex DC 72 B2 0 30 13 E 144 3C 41
Octal 334 162 262 0 60 23 16 504 74 101
Binary 11011100 1110010 10110010 0 110000 10011 1110 101000100 111100 1000001

Color Harmonies of #DC72B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC72B2

Black with #DC72B2

Text Example


Text Example

White with #DC72B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC72B2; }

 p { color: rgb(220,114,178); }

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

background-color css

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

 a { background-color: rgb(220,114,178); }

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

border-color css

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

 span { border-color: rgb(220,114,178); }

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