#DE51B0

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

Shades of Brilliant Rose #DE51B0

Tints of Brilliant Rose #DE51B0

Color information

#DE51B0 (or 0xDE51B0) is unknown color: approx Brilliant Rose. HEX triplet: DE, 51 and B0. RGB value is (222,81,176). Sum of RGB (Red+Green+Blue) = 222+81+176=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 81 (32.03% from 255 or 16.91% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DE51B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE51B0 is #21AE4F. Grayscale: #858585. Windows color (decimal): -2207312 or 11555294. OLE color: 11555294.

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

Color convert

RGB22281176-
CMYK00.640.210.13
HSL319.57º68.12%59.41%-
HSV(B)319.57º63.51%87.06%-
XYZ40.924.5543.66-
YUV133.99151.71190.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.35%
GREEN value IS 81 (32.03% from 255) = 16.91%
BLUE value IS 176 (69.14% from 255) = 36.74%
R=46.35%
G=16.91%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228117600.640.210.13319.5768.1259.41
HexDE51B004015D140443b
Octal3361212600100251550010473
Binary11011110101000110110000010000001010111011010000001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE51B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE51B0; }

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

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

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

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

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

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

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

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