#DE4BAE

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

Shades of Brilliant Rose #DE4BAE

Tints of Brilliant Rose #DE4BAE

Color information

#DE4BAE (or 0xDE4BAE) is unknown color: approx Brilliant Rose. HEX triplet: DE, 4B and AE. RGB value is (222,75,174). Sum of RGB (Red+Green+Blue) = 222+75+174=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 75 (29.69% from 255 or 15.92% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4BAE is #21B451. Grayscale: #818181. Windows color (decimal): -2208850 or 11422686. OLE color: 11422686.

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

Color convert

RGB22275174-
CMYK00.660.220.13
HSL319.59º69.01%58.24%-
HSV(B)319.59º66.22%87.06%-
XYZ40.2823.6242.48-
YUV130.24152.7193.45-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.13%
GREEN value IS 75 (29.69% from 255) = 15.92%
BLUE value IS 174 (68.36% from 255) = 36.94%
R=47.13%
G=15.92%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2227517400.660.220.13319.5969.0158.24
HexDE4BAE04216D140453a
Octal3361132560102261550010572
Binary11011110100101110101110010000101011011011010000001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4BAE; }

 p { color: rgb(222,75,174); }

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

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

 a { background-color: rgb(222,75,174); }

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

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

 span { border-color: rgb(222,75,174); }

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