#DE4EA7

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

Shades of Brilliant Rose #DE4EA7

Tints of Brilliant Rose #DE4EA7

Color information

#DE4EA7 (or 0xDE4EA7) is unknown color: approx Brilliant Rose. HEX triplet: DE, 4E and A7. RGB value is (222,78,167). Sum of RGB (Red+Green+Blue) = 222+78+167=467 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.54% from 467); Green value is 78 (30.86% from 255 or 16.70% from 467); Blue value is 167 (65.62% from 255 or 35.76% from 467); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4EA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE4EA7 is #21B158. Grayscale: #828282. Windows color (decimal): -2208089 or 10964702. OLE color: 10964702.

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

Color convert

RGB22278167-
CMYK00.650.250.13
HSL322.92º68.57%58.82%-
HSV(B)322.92º64.86%87.06%-
XYZ39.8223.7739.05-
YUV131.2148.21192.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.54%
GREEN value IS 78 (30.86% from 255) = 16.70%
BLUE value IS 167 (65.62% from 255) = 35.76%
R=47.54%
G=16.70%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2227816700.650.250.13322.9268.5758.82
HexDE4EA704119D143453b
Octal3361162470101311550310573
Binary11011110100111010100111010000011100111011010000111000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4EA7; }

 p { color: rgb(222,78,167); }

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

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

 a { background-color: rgb(222,78,167); }

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

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

 span { border-color: rgb(222,78,167); }

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