Html Css Color HEX #DD72BA Persian Pink

📋 copy color: '#DD72BA'

red 221 ◦ green 114 ◦ blue 186

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

Shades of Persian Pink #DD72BA

Tints of Persian Pink #DD72BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.7%

R = 42.42%
G = 21.88%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD72BA (or 0xDD72BA) is known color: Persian Pink. HEX triplet: DD, 72 and BA. RGB value is (221,114,186). Sum of RGB (Red+Green+Blue) = 221+114+186=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 114 (44.92% from 255 or 21.88% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD72BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD72BA is #228D45. Grayscale: #9A9A9A. Windows color (decimal): -2264390 or 12219101. OLE color: 12219101.

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

Color convert

RGB 221 114 186 -
CMYK 0 0.48 0.16 0.13
HSL 319.63º 0.61% 0.66% -
HSV(B) 319.63º 0.48% 0.87% -
XYZ 44.7 30.95 50.07 -
YUV 154.2 145.95 175.65 -
System Red Green Blue C M Y K H S L
Decimal 221 114 186 0 0.48 0.16 0.13 319.63 0.61 0.66
Hex DD 72 BA 0 30 10 D 140 3D 42
Octal 335 162 272 0 60 20 15 500 75 102
Binary 11011101 1110010 10111010 0 110000 10000 1101 101000000 111101 1000010

Color Harmonies of #DD72BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD72BA

Black with #DD72BA

Text Example


Text Example

White with #DD72BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD72BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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