#DE5CA9

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

Shades of Brilliant Rose #DE5CA9

Tints of Brilliant Rose #DE5CA9

Color information

#DE5CA9 (or 0xDE5CA9) is unknown color: approx Brilliant Rose. HEX triplet: DE, 5C and A9. RGB value is (222,92,169). Sum of RGB (Red+Green+Blue) = 222+92+169=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 169 (66.41% from 255 or 34.99% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5CA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5CA9 is #21A356. Grayscale: #8B8B8B. Windows color (decimal): -2204503 or 11099358. OLE color: 11099358.

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

Color convert

RGB22292169-
CMYK00.590.240.13
HSL324.46º66.33%61.57%-
HSV(B)324.46º58.56%87.06%-
XYZ41.1126.0540.4-
YUV139.65144.57186.74-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.96%
GREEN value IS 92 (36.33% from 255) = 19.05%
BLUE value IS 169 (66.41% from 255) = 34.99%
R=45.96%
G=19.05%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229216900.590.240.13324.4666.3361.57
HexDE5CA903B18D144423e
Octal336134251073301550410276
Binary1101111010111001010100101110111100011011010001001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5CA9; }

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

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

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

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

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

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

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

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