#DE4AAF

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

Shades of Brilliant Rose #DE4AAF

Tints of Brilliant Rose #DE4AAF

Color information

#DE4AAF (or 0xDE4AAF) is unknown color: approx Brilliant Rose. HEX triplet: DE, 4A and AF. RGB value is (222,74,175). Sum of RGB (Red+Green+Blue) = 222+74+175=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 74 (29.30% from 255 or 15.71% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4AAF is #21B550. Grayscale: #818181. Windows color (decimal): -2209105 or 11487966. OLE color: 11487966.

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

Color convert

RGB22274175-
CMYK00.670.210.13
HSL319.05º69.16%58.04%-
HSV(B)319.05º66.67%87.06%-
XYZ40.3123.5242.97-
YUV129.77153.53193.79-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.13%
GREEN value IS 74 (29.30% from 255) = 15.71%
BLUE value IS 175 (68.75% from 255) = 37.15%
R=47.13%
G=15.71%
B=37.15%

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
Decimal2227417500.670.210.13319.0569.1658.04
HexDE4AAF04315D13f453a
Octal3361122570103251547710572
Binary11011110100101010101111010000111010111011001111111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4AAF; }

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

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

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

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

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

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

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

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