Html Css Color HEX #DD51AA Brilliant Rose

📋 copy color: '#DD51AA'

red 221 ◦ green 81 ◦ blue 170

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

Shades of Brilliant Rose #DD51AA

Tints of Brilliant Rose #DD51AA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.16%

 BLUE value IS 170 (66.8% from 255) = 36.02%

R = 46.82%
G = 17.16%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD51AA (or 0xDD51AA) is known color: Brilliant Rose. HEX triplet: DD, 51 and AA. RGB value is (221,81,170). Sum of RGB (Red+Green+Blue) = 221+81+170=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD51AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD51AA is #22AE55. Grayscale: #848484. Windows color (decimal): -2272854 or 11162077. OLE color: 11162077.

HSL color Cylindrical-coordinate representation of color #DD51AA: hue angle of 321.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD51AA is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 81 170 -
CMYK 0 0.63 0.23 0.13
HSL 321.86º 0.67% 0.59% -
HSV(B) 321.86º 0.63% 0.87% -
XYZ 40.02 24.16 40.58 -
YUV 133.01 148.88 190.76 -
System Red Green Blue C M Y K H S L
Decimal 221 81 170 0 0.63 0.23 0.13 321.86 0.67 0.59
Hex DD 51 AA 0 3F 17 D 142 43 3B
Octal 335 121 252 0 77 27 15 502 103 73
Binary 11011101 1010001 10101010 0 111111 10111 1101 101000010 1000011 111011

Color Harmonies of #DD51AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD51AA

Black with #DD51AA

Text Example


Text Example

White with #DD51AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD51AA; }

 p { color: rgb(221,81,170); }

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

background-color css

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

 a { background-color: rgb(221,81,170); }

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

border-color css

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

 span { border-color: rgb(221,81,170); }

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