Html Css Color HEX #DD3CAE Persian Rose

📋 copy color: '#DD3CAE'

red 221 ◦ green 60 ◦ blue 174

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

Shades of Persian Rose #DD3CAE

Tints of Persian Rose #DD3CAE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.19%

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

R = 48.57%
G = 13.19%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD3CAE (or 0xDD3CAE) is known color: Persian Rose. HEX triplet: DD, 3C and AE. RGB value is (221,60,174). Sum of RGB (Red+Green+Blue) = 221+60+174=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 60 (23.83% from 255 or 13.19% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3CAE is #22C351. Grayscale: #787878. Windows color (decimal): -2278226 or 11418845. OLE color: 11418845.

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

Color convert

RGB 221 60 174 -
CMYK 0 0.73 0.21 0.13
HSL 317.52º 0.7% 0.55% -
HSV(B) 317.52º 0.73% 0.87% -
XYZ 39.07 21.66 42.17 -
YUV 121.14 157.84 199.23 -
System Red Green Blue C M Y K H S L
Decimal 221 60 174 0 0.73 0.21 0.13 317.52 0.7 0.55
Hex DD 3C AE 0 49 15 D 13E 46 37
Octal 335 74 256 0 111 25 15 476 106 67
Binary 11011101 111100 10101110 0 1001001 10101 1101 100111110 1000110 110111

Color Harmonies of #DD3CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3CAE

Black with #DD3CAE

Text Example


Text Example

White with #DD3CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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