#DE55B2

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

Shades of Brilliant Rose #DE55B2

Tints of Brilliant Rose #DE55B2

Color information

#DE55B2 (or 0xDE55B2) is unknown color: approx Brilliant Rose. HEX triplet: DE, 55 and B2. RGB value is (222,85,178). Sum of RGB (Red+Green+Blue) = 222+85+178=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 85 (33.59% from 255 or 17.53% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 222 - color contains mainly: red. Hex color #DE55B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE55B2 is #21AA4D. Grayscale: #888888. Windows color (decimal): -2206286 or 11687390. OLE color: 11687390.

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

Color convert

RGB22285178-
CMYK00.620.200.13
HSL319.27º67.49%60.2%-
HSV(B)319.27º61.71%87.06%-
XYZ41.4125.2444.81-
YUV136.56151.39188.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.77%
GREEN value IS 85 (33.59% from 255) = 17.53%
BLUE value IS 178 (69.92% from 255) = 36.70%
R=45.77%
G=17.53%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228517800.620.200.13319.2767.4960.2
HexDE55B203E14D13f433c
Octal336125262076241547710374
Binary1101111010101011011001001111101010011011001111111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE55B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE55B2; }

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

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

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

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

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

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

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

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