Html Css Color HEX #DD72BC Persian Pink

📋 copy color: '#DD72BC'

red 221 ◦ green 114 ◦ blue 188

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

Shades of Persian Pink #DD72BC

Tints of Persian Pink #DD72BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.95%

R = 42.26%
G = 21.8%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD72BC (or 0xDD72BC) is known color: Persian Pink. HEX triplet: DD, 72 and BC. RGB value is (221,114,188). Sum of RGB (Red+Green+Blue) = 221+114+188=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 114 (44.92% from 255 or 21.80% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DD72BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD72BC is #228D43. Grayscale: #9A9A9A. Windows color (decimal): -2264388 or 12350173. OLE color: 12350173.

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

Color convert

RGB 221 114 188 -
CMYK 0 0.48 0.15 0.13
HSL 318.5º 0.61% 0.66% -
HSV(B) 318.5º 0.48% 0.87% -
XYZ 44.91 31.04 51.2 -
YUV 154.43 146.95 175.48 -
System Red Green Blue C M Y K H S L
Decimal 221 114 188 0 0.48 0.15 0.13 318.5 0.61 0.66
Hex DD 72 BC 0 30 F D 13F 3D 42
Octal 335 162 274 0 60 17 15 477 75 102
Binary 11011101 1110010 10111100 0 110000 1111 1101 100111111 111101 1000010

Color Harmonies of #DD72BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD72BC

Black with #DD72BC

Text Example


Text Example

White with #DD72BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD72BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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