#DE51A6

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

Shades of Brilliant Rose #DE51A6

Tints of Brilliant Rose #DE51A6

Color information

#DE51A6 (or 0xDE51A6) is unknown color: approx Brilliant Rose. HEX triplet: DE, 51 and A6. RGB value is (222,81,166). Sum of RGB (Red+Green+Blue) = 222+81+166=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 81 (32.03% from 255 or 17.27% from 469); Blue value is 166 (65.23% from 255 or 35.39% from 469); Max value from RGB is 222 - color contains mainly: red. Hex color #DE51A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE51A6 is #21AE59. Grayscale: #848484. Windows color (decimal): -2207322 or 10899934. OLE color: 10899934.

HSL color Cylindrical-coordinate representation of color #DE51A6: hue angle of 323.83º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE51A6 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB22281166-
CMYK00.640.250.13
HSL323.83º68.12%59.41%-
HSV(B)323.83º63.51%87.06%-
XYZ39.9524.1738.64-
YUV132.85146.71191.59-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.33%
GREEN value IS 81 (32.03% from 255) = 17.27%
BLUE value IS 166 (65.23% from 255) = 35.39%
R=47.33%
G=17.27%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228116600.640.250.13323.8368.1259.41
HexDE51A604019D144443b
Octal3361212460100311550410473
Binary11011110101000110100110010000001100111011010001001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE51A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE51A6; }

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

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

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

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

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

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

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

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