#DD54AB

Color #DD54AB Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #DD54AB

Tints of Brilliant Rose #DD54AB

Color information

#DD54AB (or 0xDD54AB) is unknown color: approx Brilliant Rose. HEX triplet: DD, 54 and AB. RGB value is (221,84,171). Sum of RGB (Red+Green+Blue) = 221+84+171=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 84 (33.20% from 255 or 17.65% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD54AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD54AB is #22AB54. Grayscale: #868686. Windows color (decimal): -2272085 or 11228381. OLE color: 11228381.

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

Color convert

RGB22184171-
CMYK00.620.230.13
HSL321.9º66.83%59.8%-
HSV(B)321.9º61.99%86.67%-
XYZ40.3424.6541.16-
YUV134.88148.39189.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.43%
GREEN value IS 84 (33.20% from 255) = 17.65%
BLUE value IS 171 (67.19% from 255) = 35.92%
R=46.43%
G=17.65%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218417100.620.230.13321.966.8359.8
HexDD54AB03E17D142433c
Octal335124253076271550210374
Binary1101110110101001010101101111101011111011010000101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD54AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD54AB; }

 p { color: rgb(221,84,171); }

 H1.HeaderClassName
 {
   color: #DD54AB;
 }
 .AnyTagClassName
 {
   color: #DD54AB;
 }
</style>
background-color css

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

 a { background-color: rgb(221,84,171); }

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

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

 span { border-color: rgb(221,84,171); }

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