Html Css Color HEX #DD24A6 Persian Rose

📋 copy color: '#DD24A6'

red 221 ◦ green 36 ◦ blue 166

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

Shades of Persian Rose #DD24A6

Tints of Persian Rose #DD24A6

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.51%

 BLUE value IS 166 (65.23% from 255) = 39.24%

R = 52.25%
G = 8.51%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD24A6 (or 0xDD24A6) is known color: Persian Rose. HEX triplet: DD, 24 and A6. RGB value is (221,36,166). Sum of RGB (Red+Green+Blue) = 221+36+166=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 36 (14.45% from 255 or 8.51% from 423); Blue value is 166 (65.23% from 255 or 39.24% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD24A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD24A6 is #22DB59. Grayscale: #696969. Windows color (decimal): -2284378 or 10888413. OLE color: 10888413.

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

Color convert

RGB 221 36 166 -
CMYK 0 0.84 0.25 0.13
HSL 317.84º 0.73% 0.5% -
HSV(B) 317.84º 0.84% 0.87% -
XYZ 37.33 19.39 37.85 -
YUV 106.14 161.79 209.93 -
System Red Green Blue C M Y K H S L
Decimal 221 36 166 0 0.84 0.25 0.13 317.84 0.73 0.5
Hex DD 24 A6 0 54 19 D 13E 49 32
Octal 335 44 246 0 124 31 15 476 111 62
Binary 11011101 100100 10100110 0 1010100 11001 1101 100111110 1001001 110010

Color Harmonies of #DD24A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD24A6

Black with #DD24A6

Text Example


Text Example

White with #DD24A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD24A6; }

 p { color: rgb(221,36,166); }

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

background-color css

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

 a { background-color: rgb(221,36,166); }

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

border-color css

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

 span { border-color: rgb(221,36,166); }

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