Html Css Color HEX #DD4DAE Brilliant Rose

📋 copy color: '#DD4DAE'

red 221 ◦ green 77 ◦ blue 174

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

Shades of Brilliant Rose #DD4DAE

Tints of Brilliant Rose #DD4DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.31%

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

R = 46.82%
G = 16.31%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD4DAE (or 0xDD4DAE) is known color: Brilliant Rose. HEX triplet: DD, 4D and AE. RGB value is (221,77,174). Sum of RGB (Red+Green+Blue) = 221+77+174=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 77 (30.47% from 255 or 16.31% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4DAE is #22B251. Grayscale: #828282. Windows color (decimal): -2273874 or 11423197. OLE color: 11423197.

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

Color convert

RGB 221 77 174 -
CMYK 0 0.65 0.21 0.13
HSL 319.58º 0.68% 0.58% -
HSV(B) 319.58º 0.65% 0.87% -
XYZ 40.11 23.74 42.51 -
YUV 131.11 152.21 192.11 -
System Red Green Blue C M Y K H S L
Decimal 221 77 174 0 0.65 0.21 0.13 319.58 0.68 0.58
Hex DD 4D AE 0 41 15 D 140 44 3A
Octal 335 115 256 0 101 25 15 500 104 72
Binary 11011101 1001101 10101110 0 1000001 10101 1101 101000000 1000100 111010

Color Harmonies of #DD4DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4DAE

Black with #DD4DAE

Text Example


Text Example

White with #DD4DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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