Html Css Color HEX #DD24A7 Persian Rose

📋 copy color: '#DD24A7'

red 221 ◦ green 36 ◦ blue 167

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

Shades of Persian Rose #DD24A7

Tints of Persian Rose #DD24A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 39.39%

R = 52.12%
G = 8.49%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD24A7 (or 0xDD24A7) is known color: Persian Rose. HEX triplet: DD, 24 and A7. RGB value is (221,36,167). Sum of RGB (Red+Green+Blue) = 221+36+167=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 36 (14.45% from 255 or 8.49% from 424); Blue value is 167 (65.62% from 255 or 39.39% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD24A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD24A7 is #22DB58. Grayscale: #696969. Windows color (decimal): -2284377 or 10953949. OLE color: 10953949.

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

Color convert

RGB 221 36 167 -
CMYK 0 0.84 0.24 0.13
HSL 317.51º 0.73% 0.5% -
HSV(B) 317.51º 0.84% 0.87% -
XYZ 37.42 19.42 38.34 -
YUV 106.25 162.29 209.85 -
System Red Green Blue C M Y K H S L
Decimal 221 36 167 0 0.84 0.24 0.13 317.51 0.73 0.5
Hex DD 24 A7 0 54 18 D 13E 49 32
Octal 335 44 247 0 124 30 15 476 111 62
Binary 11011101 100100 10100111 0 1010100 11000 1101 100111110 1001001 110010

Color Harmonies of #DD24A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD24A7

Black with #DD24A7

Text Example


Text Example

White with #DD24A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD24A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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