Html Css Color HEX #DD72B8 Persian Pink

📋 copy color: '#DD72B8'

red 221 ◦ green 114 ◦ blue 184

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

Shades of Persian Pink #DD72B8

Tints of Persian Pink #DD72B8

RGB

 RED value IS 221 (86.72% from 255) = 42.58%

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

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

R = 42.58%
G = 21.97%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DD72B8 (or 0xDD72B8) is known color: Persian Pink. HEX triplet: DD, 72 and B8. RGB value is (221,114,184). Sum of RGB (Red+Green+Blue) = 221+114+184=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 114 (44.92% from 255 or 21.97% from 519); Blue value is 184 (72.27% from 255 or 35.45% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD72B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD72B8 is #228D47. Grayscale: #999999. Windows color (decimal): -2264392 or 12088029. OLE color: 12088029.

HSL color Cylindrical-coordinate representation of color #DD72B8: hue angle of 320.75º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD72B8 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 114 184 -
CMYK 0 0.48 0.17 0.13
HSL 320.75º 0.61% 0.66% -
HSV(B) 320.75º 0.48% 0.87% -
XYZ 44.49 30.87 48.96 -
YUV 153.97 144.95 175.81 -
System Red Green Blue C M Y K H S L
Decimal 221 114 184 0 0.48 0.17 0.13 320.75 0.61 0.66
Hex DD 72 B8 0 30 11 D 141 3D 42
Octal 335 162 270 0 60 21 15 501 75 102
Binary 11011101 1110010 10111000 0 110000 10001 1101 101000001 111101 1000010

Color Harmonies of #DD72B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD72B8

Black with #DD72B8

Text Example


Text Example

White with #DD72B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD72B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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