#DD54AC

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

Shades of Brilliant Rose #DD54AC

Tints of Brilliant Rose #DD54AC

Color information

#DD54AC (or 0xDD54AC) is unknown color: approx Brilliant Rose. HEX triplet: DD, 54 and AC. RGB value is (221,84,172). Sum of RGB (Red+Green+Blue) = 221+84+172=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 84 (33.20% from 255 or 17.61% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD54AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD54AC is #22AB53. Grayscale: #868686. Windows color (decimal): -2272084 or 11293917. OLE color: 11293917.

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

Color convert

RGB22184172-
CMYK00.620.220.13
HSL321.46º66.83%59.8%-
HSV(B)321.46º61.99%86.67%-
XYZ40.4424.6941.66-
YUV135148.89189.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.33%
GREEN value IS 84 (33.20% from 255) = 17.61%
BLUE value IS 172 (67.58% from 255) = 36.06%
R=46.33%
G=17.61%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218417200.620.220.13321.4666.8359.8
HexDD54AC03E16D141433c
Octal335124254076261550110374
Binary1101110110101001010110001111101011011011010000011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD54AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD54AC; }

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

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

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

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

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

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

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

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