Html Css Color HEX #DC72B0 Persian Pink

📋 copy color: '#DC72B0'

red 220 ◦ green 114 ◦ blue 176

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

Shades of Persian Pink #DC72B0

Tints of Persian Pink #DC72B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.51%

R = 43.14%
G = 22.35%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#DC72B0 (or 0xDC72B0) is known color: Persian Pink. HEX triplet: DC, 72 and B0. RGB value is (220,114,176). Sum of RGB (Red+Green+Blue) = 220+114+176=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 114 (44.92% from 255 or 22.35% from 510); Blue value is 176 (69.14% from 255 or 34.51% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DC72B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC72B0 is #238D4F. Grayscale: #989898. Windows color (decimal): -2329936 or 11563740. OLE color: 11563740.

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

Color convert

RGB 220 114 176 -
CMYK 0 0.48 0.2 0.14
HSL 324.91º 0.6% 0.65% -
HSV(B) 324.91º 0.48% 0.86% -
XYZ 43.37 30.38 44.65 -
YUV 152.76 141.12 175.96 -
System Red Green Blue C M Y K H S L
Decimal 220 114 176 0 0.48 0.2 0.14 324.91 0.6 0.65
Hex DC 72 B0 0 30 14 E 145 3C 41
Octal 334 162 260 0 60 24 16 505 74 101
Binary 11011100 1110010 10110000 0 110000 10100 1110 101000101 111100 1000001

Color Harmonies of #DC72B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC72B0

Black with #DC72B0

Text Example


Text Example

White with #DC72B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC72B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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