Html Css Color HEX #DD2DAE Persian Rose

📋 copy color: '#DD2DAE'

red 221 ◦ green 45 ◦ blue 174

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

Shades of Persian Rose #DD2DAE

Tints of Persian Rose #DD2DAE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.23%

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

R = 50.23%
G = 10.23%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD2DAE (or 0xDD2DAE) is known color: Persian Rose. HEX triplet: DD, 2D and AE. RGB value is (221,45,174). Sum of RGB (Red+Green+Blue) = 221+45+174=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 45 (17.97% from 255 or 10.23% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2DAE is #22D251. Grayscale: #6F6F6F. Windows color (decimal): -2282066 or 11415005. OLE color: 11415005.

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

Color convert

RGB 221 45 174 -
CMYK 0 0.80 0.21 0.13
HSL 316.02º 0.72% 0.52% -
HSV(B) 316.02º 0.8% 0.87% -
XYZ 38.4 20.3 41.94 -
YUV 112.33 162.81 205.51 -
System Red Green Blue C M Y K H S L
Decimal 221 45 174 0 0.80 0.21 0.13 316.02 0.72 0.52
Hex DD 2D AE 0 50 15 D 13C 48 34
Octal 335 55 256 0 120 25 15 474 110 64
Binary 11011101 101101 10101110 0 1010000 10101 1101 100111100 1001000 110100

Color Harmonies of #DD2DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2DAE

Black with #DD2DAE

Text Example


Text Example

White with #DD2DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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