Html Css Color HEX #DC72B3 Persian Pink

📋 copy color: '#DC72B3'

red 220 ◦ green 114 ◦ blue 179

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

Shades of Persian Pink #DC72B3

Tints of Persian Pink #DC72B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.89%

R = 42.88%
G = 22.22%
B = 34.89%

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

#DC72B3 (or 0xDC72B3) is known color: Persian Pink. HEX triplet: DC, 72 and B3. RGB value is (220,114,179). Sum of RGB (Red+Green+Blue) = 220+114+179=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 114 (44.92% from 255 or 22.22% from 513); Blue value is 179 (70.31% from 255 or 34.89% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DC72B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC72B3 is #238D4C. Grayscale: #989898. Windows color (decimal): -2329933 or 11760348. OLE color: 11760348.

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

Color convert

RGB 220 114 179 -
CMYK 0 0.48 0.19 0.14
HSL 323.21º 0.6% 0.65% -
HSV(B) 323.21º 0.48% 0.86% -
XYZ 43.67 30.5 46.23 -
YUV 153.1 142.62 175.71 -
System Red Green Blue C M Y K H S L
Decimal 220 114 179 0 0.48 0.19 0.14 323.21 0.6 0.65
Hex DC 72 B3 0 30 13 E 143 3C 41
Octal 334 162 263 0 60 23 16 503 74 101
Binary 11011100 1110010 10110011 0 110000 10011 1110 101000011 111100 1000001

Color Harmonies of #DC72B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC72B3

Black with #DC72B3

Text Example


Text Example

White with #DC72B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC72B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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