Html Css Color HEX #DC72B8 Persian Pink

📋 copy color: '#DC72B8'

red 220 ◦ green 114 ◦ blue 184

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

Shades of Persian Pink #DC72B8

Tints of Persian Pink #DC72B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.52%

R = 42.47%
G = 22.01%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DC72B8 (or 0xDC72B8) is known color: Persian Pink. HEX triplet: DC, 72 and B8. RGB value is (220,114,184). Sum of RGB (Red+Green+Blue) = 220+114+184=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 114 (44.92% from 255 or 22.01% from 518); Blue value is 184 (72.27% from 255 or 35.52% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DC72B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC72B8 is #238D47. Grayscale: #999999. Windows color (decimal): -2329928 or 12088028. OLE color: 12088028.

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

Color convert

RGB 220 114 184 -
CMYK 0 0.48 0.16 0.14
HSL 320.38º 0.6% 0.65% -
HSV(B) 320.38º 0.48% 0.86% -
XYZ 44.18 30.71 48.95 -
YUV 153.67 145.12 175.31 -
System Red Green Blue C M Y K H S L
Decimal 220 114 184 0 0.48 0.16 0.14 320.38 0.6 0.65
Hex DC 72 B8 0 30 10 E 140 3C 41
Octal 334 162 270 0 60 20 16 500 74 101
Binary 11011100 1110010 10111000 0 110000 10000 1110 101000000 111100 1000001

Color Harmonies of #DC72B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC72B8

Black with #DC72B8

Text Example


Text Example

White with #DC72B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC72B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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