Html Css Color HEX #DD2EAE Persian Rose

📋 copy color: '#DD2EAE'

red 221 ◦ green 46 ◦ blue 174

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

Shades of Persian Rose #DD2EAE

Tints of Persian Rose #DD2EAE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.43%

 BLUE value IS 174 (68.36% from 255) = 39.46%

R = 50.11%
G = 10.43%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD2EAE (or 0xDD2EAE) is known color: Persian Rose. HEX triplet: DD, 2E and AE. RGB value is (221,46,174). Sum of RGB (Red+Green+Blue) = 221+46+174=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 46 (18.36% from 255 or 10.43% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2EAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2EAE is #22D151. Grayscale: #707070. Windows color (decimal): -2281810 or 11415261. OLE color: 11415261.

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

Color convert

RGB 221 46 174 -
CMYK 0 0.79 0.21 0.13
HSL 316.11º 0.72% 0.52% -
HSV(B) 316.11º 0.79% 0.87% -
XYZ 38.44 20.38 41.95 -
YUV 112.92 162.48 205.09 -
System Red Green Blue C M Y K H S L
Decimal 221 46 174 0 0.79 0.21 0.13 316.11 0.72 0.52
Hex DD 2E AE 0 4F 15 D 13C 48 34
Octal 335 56 256 0 117 25 15 474 110 64
Binary 11011101 101110 10101110 0 1001111 10101 1101 100111100 1001000 110100

Color Harmonies of #DD2EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2EAE

Black with #DD2EAE

Text Example


Text Example

White with #DD2EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2EAE; }

 p { color: rgb(221,46,174); }

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

background-color css

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

 a { background-color: rgb(221,46,174); }

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

border-color css

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

 span { border-color: rgb(221,46,174); }

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