#DE5AAC

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

Shades of Brilliant Rose #DE5AAC

Tints of Brilliant Rose #DE5AAC

Color information

#DE5AAC (or 0xDE5AAC) is unknown color: approx Brilliant Rose. HEX triplet: DE, 5A and AC. RGB value is (222,90,172). Sum of RGB (Red+Green+Blue) = 222+90+172=484 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.87% from 484); Green value is 90 (35.55% from 255 or 18.60% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5AAC is #21A553. Grayscale: #8A8A8A. Windows color (decimal): -2205012 or 11295454. OLE color: 11295454.

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

Color convert

RGB22290172-
CMYK00.590.230.13
HSL322.73º66.67%61.18%-
HSV(B)322.73º59.46%87.06%-
XYZ41.2325.8241.84-
YUV138.82146.73187.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.87%
GREEN value IS 90 (35.55% from 255) = 18.60%
BLUE value IS 172 (67.58% from 255) = 35.54%
R=45.87%
G=18.60%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229017200.590.230.13322.7366.6761.18
HexDE5AAC03B17D143433d
Octal336132254073271550310375
Binary1101111010110101010110001110111011111011010000111000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5AAC; }

 p { color: rgb(222,90,172); }

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

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

 a { background-color: rgb(222,90,172); }

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

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

 span { border-color: rgb(222,90,172); }

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