Html Css Color HEX #DD24A3 Persian Rose

📋 copy color: '#DD24A3'

red 221 ◦ green 36 ◦ blue 163

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

Shades of Persian Rose #DD24A3

Tints of Persian Rose #DD24A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 38.81%

R = 52.62%
G = 8.57%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DD24A3 (or 0xDD24A3) is known color: Persian Rose. HEX triplet: DD, 24 and A3. RGB value is (221,36,163). Sum of RGB (Red+Green+Blue) = 221+36+163=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 36 (14.45% from 255 or 8.57% from 420); Blue value is 163 (64.06% from 255 or 38.81% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD24A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD24A3 is #22DB5C. Grayscale: #696969. Windows color (decimal): -2284381 or 10691805. OLE color: 10691805.

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

Color convert

RGB 221 36 163 -
CMYK 0 0.84 0.26 0.13
HSL 318.81º 0.73% 0.5% -
HSV(B) 318.81º 0.84% 0.87% -
XYZ 37.06 19.28 36.42 -
YUV 105.79 160.29 210.17 -
System Red Green Blue C M Y K H S L
Decimal 221 36 163 0 0.84 0.26 0.13 318.81 0.73 0.5
Hex DD 24 A3 0 54 1A D 13F 49 32
Octal 335 44 243 0 124 32 15 477 111 62
Binary 11011101 100100 10100011 0 1010100 11010 1101 100111111 1001001 110010

Color Harmonies of #DD24A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD24A3

Black with #DD24A3

Text Example


Text Example

White with #DD24A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD24A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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