#DE58A6

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

Shades of Brilliant Rose #DE58A6

Tints of Brilliant Rose #DE58A6

Color information

#DE58A6 (or 0xDE58A6) is unknown color: approx Brilliant Rose. HEX triplet: DE, 58 and A6. RGB value is (222,88,166). Sum of RGB (Red+Green+Blue) = 222+88+166=476 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.64% from 476); Green value is 88 (34.77% from 255 or 18.49% from 476); Blue value is 166 (65.23% from 255 or 34.87% from 476); Max value from RGB is 222 - color contains mainly: red. Hex color #DE58A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE58A6 is #21A759. Grayscale: #888888. Windows color (decimal): -2205530 or 10901726. OLE color: 10901726.

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

Color convert

RGB22288166-
CMYK00.600.250.13
HSL325.07º67%60.78%-
HSV(B)325.07º60.36%87.06%-
XYZ40.525.2638.82-
YUV136.96144.39188.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.64%
GREEN value IS 88 (34.77% from 255) = 18.49%
BLUE value IS 166 (65.23% from 255) = 34.87%
R=46.64%
G=18.49%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228816600.600.250.13325.076760.78
HexDE58A603C19D145433d
Octal336130246074311550510375
Binary1101111010110001010011001111001100111011010001011000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE58A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE58A6; }

 p { color: rgb(222,88,166); }

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

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

 a { background-color: rgb(222,88,166); }

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

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

 span { border-color: rgb(222,88,166); }

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