Html Css Color HEX #DD72B2 Persian Pink

📋 copy color: '#DD72B2'

red 221 ◦ green 114 ◦ blue 178

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

Shades of Persian Pink #DD72B2

Tints of Persian Pink #DD72B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.7%

R = 43.08%
G = 22.22%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD72B2 (or 0xDD72B2) is known color: Persian Pink. HEX triplet: DD, 72 and B2. RGB value is (221,114,178). Sum of RGB (Red+Green+Blue) = 221+114+178=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 114 (44.92% from 255 or 22.22% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD72B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD72B2 is #228D4D. Grayscale: #999999. Windows color (decimal): -2264398 or 11694813. OLE color: 11694813.

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

Color convert

RGB 221 114 178 -
CMYK 0 0.48 0.19 0.13
HSL 324.11º 0.61% 0.66% -
HSV(B) 324.11º 0.48% 0.87% -
XYZ 43.87 30.62 45.72 -
YUV 153.29 141.95 176.3 -
System Red Green Blue C M Y K H S L
Decimal 221 114 178 0 0.48 0.19 0.13 324.11 0.61 0.66
Hex DD 72 B2 0 30 13 D 144 3D 42
Octal 335 162 262 0 60 23 15 504 75 102
Binary 11011101 1110010 10110010 0 110000 10011 1101 101000100 111101 1000010

Color Harmonies of #DD72B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD72B2

Black with #DD72B2

Text Example


Text Example

White with #DD72B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD72B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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