#DE58A8

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

Shades of Brilliant Rose #DE58A8

Tints of Brilliant Rose #DE58A8

Color information

#DE58A8 (or 0xDE58A8) is unknown color: approx Brilliant Rose. HEX triplet: DE, 58 and A8. RGB value is (222,88,168). Sum of RGB (Red+Green+Blue) = 222+88+168=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 88 (34.77% from 255 or 18.41% from 478); Blue value is 168 (66.02% from 255 or 35.15% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DE58A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE58A8 is #21A757. Grayscale: #888888. Windows color (decimal): -2205528 or 11032798. OLE color: 11032798.

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

Color convert

RGB22288168-
CMYK00.600.240.13
HSL324.18º67%60.78%-
HSV(B)324.18º60.36%87.06%-
XYZ40.6825.3439.79-
YUV137.19145.39188.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.44%
GREEN value IS 88 (34.77% from 255) = 18.41%
BLUE value IS 168 (66.02% from 255) = 35.15%
R=46.44%
G=18.41%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228816800.600.240.13324.186760.78
HexDE58A803C18D144433d
Octal336130250074301550410375
Binary1101111010110001010100001111001100011011010001001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE58A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE58A8; }

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

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

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

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

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

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

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

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