#DB2DE0

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

Shades of Razzle Dazzle Rose #DB2DE0

Tints of Razzle Dazzle Rose #DB2DE0

Color information

#DB2DE0 (or 0xDB2DE0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DB, 2D and E0. RGB value is (219,45,224). Sum of RGB (Red+Green+Blue) = 219+45+224=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 45 (17.97% from 255 or 9.22% from 488); Blue value is 224 (87.89% from 255 or 45.90% from 488); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB2DE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2DE0 is #24D21F. Grayscale: #747474. Windows color (decimal): -2413088 or 14691803. OLE color: 14691803.

HSL color Cylindrical-coordinate representation of color #DB2DE0: hue angle of 298.32º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2DE0 is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21945224-
CMYK0.020.8000.12
HSL298.32º74.27%52.75%-
HSV(B)298.32º79.91%87.84%-
XYZ43.6122.3272.53-
YUV117.43188.15200.45-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.88%
GREEN value IS 45 (17.97% from 255) = 9.22%
BLUE value IS 224 (87.89% from 255) = 45.90%
R=44.88%
G=9.22%
B=45.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal219452240.020.8000.12298.3274.2752.75
HexDB2DE02500C12a4a35
Octal33355340212001445211265
Binary1101101110110111100000101010000011001001010101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB2DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB2DE0; }

 p { color: rgb(219,45,224); }

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

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

 a { background-color: rgb(219,45,224); }

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

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

 span { border-color: rgb(219,45,224); }

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