#DC54AE

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

Shades of Brilliant Rose #DC54AE

Tints of Brilliant Rose #DC54AE

Color information

#DC54AE (or 0xDC54AE) is unknown color: approx Brilliant Rose. HEX triplet: DC, 54 and AE. RGB value is (220,84,174). Sum of RGB (Red+Green+Blue) = 220+84+174=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 84 (33.20% from 255 or 17.57% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC54AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC54AE is #23AB51. Grayscale: #868686. Windows color (decimal): -2337618 or 11424988. OLE color: 11424988.

HSL color Cylindrical-coordinate representation of color #DC54AE: hue angle of 320.29º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC54AE is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB22084174-
CMYK00.620.210.14
HSL320.29º66.02%59.61%-
HSV(B)320.29º61.82%86.27%-
XYZ40.3324.6142.67-
YUV134.92150.06188.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.03%
GREEN value IS 84 (33.20% from 255) = 17.57%
BLUE value IS 174 (68.36% from 255) = 36.40%
R=46.03%
G=17.57%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208417400.620.210.14320.2966.0259.61
HexDC54AE03E15E140423c
Octal334124256076251650010274
Binary1101110010101001010111001111101010111101010000001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC54AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC54AE; }

 p { color: rgb(220,84,174); }

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

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

 a { background-color: rgb(220,84,174); }

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

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

 span { border-color: rgb(220,84,174); }

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