Html Css Color HEX #DD72B0 Persian Pink

📋 copy color: '#DD72B0'

red 221 ◦ green 114 ◦ blue 176

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

Shades of Persian Pink #DD72B0

Tints of Persian Pink #DD72B0

RGB

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

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

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

R = 43.25%
G = 22.31%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD72B0 (or 0xDD72B0) is known color: Persian Pink. HEX triplet: DD, 72 and B0. RGB value is (221,114,176). Sum of RGB (Red+Green+Blue) = 221+114+176=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 114 (44.92% from 255 or 22.31% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD72B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD72B0 is #228D4F. Grayscale: #989898. Windows color (decimal): -2264400 or 11563741. OLE color: 11563741.

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

Color convert

RGB 221 114 176 -
CMYK 0 0.48 0.20 0.13
HSL 325.23º 0.61% 0.66% -
HSV(B) 325.23º 0.48% 0.87% -
XYZ 43.67 30.54 44.67 -
YUV 153.06 140.95 176.46 -
System Red Green Blue C M Y K H S L
Decimal 221 114 176 0 0.48 0.20 0.13 325.23 0.61 0.66
Hex DD 72 B0 0 30 14 D 145 3D 42
Octal 335 162 260 0 60 24 15 505 75 102
Binary 11011101 1110010 10110000 0 110000 10100 1101 101000101 111101 1000010

Color Harmonies of #DD72B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD72B0

Black with #DD72B0

Text Example


Text Example

White with #DD72B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD72B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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