#DD54A6

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

Shades of Brilliant Rose #DD54A6

Tints of Brilliant Rose #DD54A6

Color information

#DD54A6 (or 0xDD54A6) is unknown color: approx Brilliant Rose. HEX triplet: DD, 54 and A6. RGB value is (221,84,166). Sum of RGB (Red+Green+Blue) = 221+84+166=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 84 (33.20% from 255 or 17.83% from 471); Blue value is 166 (65.23% from 255 or 35.24% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD54A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD54A6 is #22AB59. Grayscale: #868686. Windows color (decimal): -2272090 or 10900701. OLE color: 10900701.

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

Color convert

RGB22184166-
CMYK00.620.250.13
HSL324.09º66.83%59.8%-
HSV(B)324.09º61.99%86.67%-
XYZ39.8724.4738.7-
YUV134.31145.89189.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.92%
GREEN value IS 84 (33.20% from 255) = 17.83%
BLUE value IS 166 (65.23% from 255) = 35.24%
R=46.92%
G=17.83%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218416600.620.250.13324.0966.8359.8
HexDD54A603E19D144433c
Octal335124246076311550410374
Binary1101110110101001010011001111101100111011010001001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD54A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD54A6; }

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

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

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

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

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

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

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

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