#DE4AA9

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

Shades of Brilliant Rose #DE4AA9

Tints of Brilliant Rose #DE4AA9

Color information

#DE4AA9 (or 0xDE4AA9) is unknown color: approx Brilliant Rose. HEX triplet: DE, 4A and A9. RGB value is (222,74,169). Sum of RGB (Red+Green+Blue) = 222+74+169=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 74 (29.30% from 255 or 15.91% from 465); Blue value is 169 (66.41% from 255 or 36.34% from 465); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4AA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4AA9 is #21B556. Grayscale: #808080. Windows color (decimal): -2209111 or 11094750. OLE color: 11094750.

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

Color convert

RGB22274169-
CMYK00.670.240.13
HSL321.49º69.16%58.04%-
HSV(B)321.49º66.67%87.06%-
XYZ39.7323.2939.94-
YUV129.08150.53194.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.74%
GREEN value IS 74 (29.30% from 255) = 15.91%
BLUE value IS 169 (66.41% from 255) = 36.34%
R=47.74%
G=15.91%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2227416900.670.240.13321.4969.1658.04
HexDE4AA904318D141453a
Octal3361122510103301550110572
Binary11011110100101010101001010000111100011011010000011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4AA9; }

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

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

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

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

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

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

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

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