Html Css Color HEX #DD2CAE Persian Rose

📋 copy color: '#DD2CAE'

red 221 ◦ green 44 ◦ blue 174

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

Shades of Persian Rose #DD2CAE

Tints of Persian Rose #DD2CAE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.02%

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

R = 50.34%
G = 10.02%
B = 39.64%

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

#DD2CAE (or 0xDD2CAE) is known color: Persian Rose. HEX triplet: DD, 2C and AE. RGB value is (221,44,174). Sum of RGB (Red+Green+Blue) = 221+44+174=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 44 (17.58% from 255 or 10.02% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2CAE is #22D351. Grayscale: #6F6F6F. Windows color (decimal): -2282322 or 11414749. OLE color: 11414749.

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

Color convert

RGB 221 44 174 -
CMYK 0 0.80 0.21 0.13
HSL 315.93º 0.72% 0.52% -
HSV(B) 315.93º 0.8% 0.87% -
XYZ 38.36 20.23 41.93 -
YUV 111.74 163.14 205.93 -
System Red Green Blue C M Y K H S L
Decimal 221 44 174 0 0.80 0.21 0.13 315.93 0.72 0.52
Hex DD 2C AE 0 50 15 D 13C 48 34
Octal 335 54 256 0 120 25 15 474 110 64
Binary 11011101 101100 10101110 0 1010000 10101 1101 100111100 1001000 110100

Color Harmonies of #DD2CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2CAE

Black with #DD2CAE

Text Example


Text Example

White with #DD2CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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