#DE55A7

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

Shades of Brilliant Rose #DE55A7

Tints of Brilliant Rose #DE55A7

Color information

#DE55A7 (or 0xDE55A7) is unknown color: approx Brilliant Rose. HEX triplet: DE, 55 and A7. RGB value is (222,85,167). Sum of RGB (Red+Green+Blue) = 222+85+167=474 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.84% from 474); Green value is 85 (33.59% from 255 or 17.93% from 474); Blue value is 167 (65.62% from 255 or 35.23% from 474); Max value from RGB is 222 - color contains mainly: red. Hex color #DE55A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE55A7 is #21AA58. Grayscale: #878787. Windows color (decimal): -2206297 or 10966494. OLE color: 10966494.

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

Color convert

RGB22285167-
CMYK00.620.250.13
HSL324.09º67.49%60.2%-
HSV(B)324.09º61.71%87.06%-
XYZ40.3524.8239.22-
YUV135.31145.89189.83-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.84%
GREEN value IS 85 (33.59% from 255) = 17.93%
BLUE value IS 167 (65.62% from 255) = 35.23%
R=46.84%
G=17.93%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228516700.620.250.13324.0967.4960.2
HexDE55A703E19D144433c
Octal336125247076311550410374
Binary1101111010101011010011101111101100111011010001001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE55A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE55A7; }

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

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

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

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

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

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

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

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