#DB2BBA

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

Shades of Razzle Dazzle Rose #DB2BBA

Tints of Razzle Dazzle Rose #DB2BBA

Color information

#DB2BBA (or 0xDB2BBA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DB, 2B and BA. RGB value is (219,43,186). Sum of RGB (Red+Green+Blue) = 219+43+186=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 43 (17.19% from 255 or 9.60% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2BBA is #24D445. Grayscale: #6F6F6F. Windows color (decimal): -2413638 or 12200923. OLE color: 12200923.

HSL color Cylindrical-coordinate representation of color #DB2BBA: hue angle of 311.25º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2BBA is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB21943186-
CMYK00.800.150.14
HSL311.25º70.97%51.37%-
HSV(B)311.25º80.37%85.88%-
XYZ38.9420.3348.33-
YUV111.93169.81204.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.88%
GREEN value IS 43 (17.19% from 255) = 9.60%
BLUE value IS 186 (73.05% from 255) = 41.52%
R=48.88%
G=9.60%
B=41.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2194318600.800.150.14311.2570.9751.37
HexDB2BBA050FE1374733
Octal333532720120171646710763
Binary110110111010111011101001010000111111101001101111000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB2BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB2BBA; }

 p { color: rgb(219,43,186); }

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

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

 a { background-color: rgb(219,43,186); }

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

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

 span { border-color: rgb(219,43,186); }

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