Html Css Color HEX #DD32A8 Persian Rose

📋 copy color: '#DD32A8'

red 221 ◦ green 50 ◦ blue 168

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

Shades of Persian Rose #DD32A8

Tints of Persian Rose #DD32A8

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.39%

 BLUE value IS 168 (66.02% from 255) = 38.27%

R = 50.34%
G = 11.39%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD32A8 (or 0xDD32A8) is known color: Persian Rose. HEX triplet: DD, 32 and A8. RGB value is (221,50,168). Sum of RGB (Red+Green+Blue) = 221+50+168=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 50 (19.92% from 255 or 11.39% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD32A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD32A8 is #22CD57. Grayscale: #727272. Windows color (decimal): -2280792 or 11023069. OLE color: 11023069.

HSL color Cylindrical-coordinate representation of color #DD32A8: hue angle of 318.6º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD32A8 is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 50 168 -
CMYK 0 0.77 0.24 0.13
HSL 318.6º 0.72% 0.53% -
HSV(B) 318.6º 0.77% 0.87% -
XYZ 38.03 20.48 38.99 -
YUV 114.58 158.15 203.91 -
System Red Green Blue C M Y K H S L
Decimal 221 50 168 0 0.77 0.24 0.13 318.6 0.72 0.53
Hex DD 32 A8 0 4D 18 D 13F 48 35
Octal 335 62 250 0 115 30 15 477 110 65
Binary 11011101 110010 10101000 0 1001101 11000 1101 100111111 1001000 110101

Color Harmonies of #DD32A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD32A8

Black with #DD32A8

Text Example


Text Example

White with #DD32A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD32A8; }

 p { color: rgb(221,50,168); }

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

background-color css

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

 a { background-color: rgb(221,50,168); }

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

border-color css

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

 span { border-color: rgb(221,50,168); }

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