#DB55AB

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

Shades of Brilliant Rose #DB55AB

Tints of Brilliant Rose #DB55AB

Color information

#DB55AB (or 0xDB55AB) is unknown color: approx Brilliant Rose. HEX triplet: DB, 55 and AB. RGB value is (219,85,171). Sum of RGB (Red+Green+Blue) = 219+85+171=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB55AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB55AB is #24AA54. Grayscale: #868686. Windows color (decimal): -2402901 or 11228635. OLE color: 11228635.

HSL color Cylindrical-coordinate representation of color #DB55AB: hue angle of 321.49º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB55AB is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB21985171-
CMYK00.610.220.14
HSL321.49º65.05%59.61%-
HSV(B)321.49º61.19%85.88%-
XYZ39.8124.541.16-
YUV134.87148.39188.01-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.11%
GREEN value IS 85 (33.59% from 255) = 17.89%
BLUE value IS 171 (67.19% from 255) = 36%
R=46.11%
G=17.89%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2198517100.610.220.14321.4965.0559.61
HexDB55AB03D16E141413c
Octal333125253075261650110174
Binary1101101110101011010101101111011011011101010000011000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB55AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB55AB; }

 p { color: rgb(219,85,171); }

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

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

 a { background-color: rgb(219,85,171); }

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

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

 span { border-color: rgb(219,85,171); }

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