#DC58AE

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

Shades of Brilliant Rose #DC58AE

Tints of Brilliant Rose #DC58AE

Color information

#DC58AE (or 0xDC58AE) is unknown color: approx Brilliant Rose. HEX triplet: DC, 58 and AE. RGB value is (220,88,174). Sum of RGB (Red+Green+Blue) = 220+88+174=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 88 (34.77% from 255 or 18.26% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC58AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC58AE is #23A751. Grayscale: #898989. Windows color (decimal): -2336594 or 11426012. OLE color: 11426012.

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

Color convert

RGB22088174-
CMYK00.60.210.14
HSL320.91º65.35%60.39%-
HSV(B)320.91º60%86.27%-
XYZ40.6425.2542.78-
YUV137.27148.73187.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.64%
GREEN value IS 88 (34.77% from 255) = 18.26%
BLUE value IS 174 (68.36% from 255) = 36.10%
R=45.64%
G=18.26%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208817400.60.210.14320.9165.3560.39
HexDC58AE03C15E141413c
Octal334130256074251650110174
Binary1101110010110001010111001111001010111101010000011000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC58AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC58AE; }

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

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

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

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

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

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

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

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