Html Css Color HEX #DD28A8 Persian Rose

📋 copy color: '#DD28A8'

red 221 ◦ green 40 ◦ blue 168

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

Shades of Persian Rose #DD28A8

Tints of Persian Rose #DD28A8

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.32%

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

R = 51.52%
G = 9.32%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD28A8 (or 0xDD28A8) is known color: Persian Rose. HEX triplet: DD, 28 and A8. RGB value is (221,40,168). Sum of RGB (Red+Green+Blue) = 221+40+168=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 40 (16.02% from 255 or 9.32% from 429); Blue value is 168 (66.02% from 255 or 39.16% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD28A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD28A8 is #22D757. Grayscale: #6C6C6C. Windows color (decimal): -2283352 or 11020509. OLE color: 11020509.

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

Color convert

RGB 221 40 168 -
CMYK 0 0.82 0.24 0.13
HSL 317.57º 0.73% 0.51% -
HSV(B) 317.57º 0.82% 0.87% -
XYZ 37.65 19.72 38.87 -
YUV 108.71 161.47 208.09 -
System Red Green Blue C M Y K H S L
Decimal 221 40 168 0 0.82 0.24 0.13 317.57 0.73 0.51
Hex DD 28 A8 0 52 18 D 13E 49 33
Octal 335 50 250 0 122 30 15 476 111 63
Binary 11011101 101000 10101000 0 1010010 11000 1101 100111110 1001001 110011

Color Harmonies of #DD28A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD28A8

Black with #DD28A8

Text Example


Text Example

White with #DD28A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD28A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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