#DB2CBF

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

Shades of Razzle Dazzle Rose #DB2CBF

Tints of Razzle Dazzle Rose #DB2CBF

Color information

#DB2CBF (or 0xDB2CBF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DB, 2C and BF. RGB value is (219,44,191). Sum of RGB (Red+Green+Blue) = 219+44+191=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 44 (17.58% from 255 or 9.69% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2CBF is #24D340. Grayscale: #707070. Windows color (decimal): -2413377 or 12528859. OLE color: 12528859.

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

Color convert

RGB21944191-
CMYK00.800.130.14
HSL309.6º70.85%51.57%-
HSV(B)309.6º79.91%85.88%-
XYZ39.5220.6251.19-
YUV113.08171.98203.55-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.24%
GREEN value IS 44 (17.58% from 255) = 9.69%
BLUE value IS 191 (75% from 255) = 42.07%
R=48.24%
G=9.69%
B=42.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2194419100.800.130.14309.670.8551.57
HexDB2CBF050DE1364734
Octal333542770120151646610764
Binary110110111011001011111101010000110111101001101101000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB2CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB2CBF; }

 p { color: rgb(219,44,191); }

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

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

 a { background-color: rgb(219,44,191); }

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

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

 span { border-color: rgb(219,44,191); }

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