#DE4AB0

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

Shades of Brilliant Rose #DE4AB0

Tints of Brilliant Rose #DE4AB0

Color information

#DE4AB0 (or 0xDE4AB0) is unknown color: approx Brilliant Rose. HEX triplet: DE, 4A and B0. RGB value is (222,74,176). Sum of RGB (Red+Green+Blue) = 222+74+176=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 74 (29.30% from 255 or 15.68% from 472); Blue value is 176 (69.14% from 255 or 37.29% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4AB0 is #21B54F. Grayscale: #818181. Windows color (decimal): -2209104 or 11553502. OLE color: 11553502.

HSL color Cylindrical-coordinate representation of color #DE4AB0: hue angle of 318.65º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DE4AB0 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB22274176-
CMYK00.670.210.13
HSL318.65º69.16%58.04%-
HSV(B)318.65º66.67%87.06%-
XYZ40.4123.5643.49-
YUV129.88154.03193.71-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.03%
GREEN value IS 74 (29.30% from 255) = 15.68%
BLUE value IS 176 (69.14% from 255) = 37.29%
R=47.03%
G=15.68%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2227417600.670.210.13318.6569.1658.04
HexDE4AB004315D13f453a
Octal3361122600103251547710572
Binary11011110100101010110000010000111010111011001111111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4AB0; }

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

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

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

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

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

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

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

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