#DB2EC7

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

Shades of Razzle Dazzle Rose #DB2EC7

Tints of Razzle Dazzle Rose #DB2EC7

Color information

#DB2EC7 (or 0xDB2EC7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DB, 2E and C7. RGB value is (219,46,199). Sum of RGB (Red+Green+Blue) = 219+46+199=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 46 (18.36% from 255 or 9.91% from 464); Blue value is 199 (78.12% from 255 or 42.89% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2EC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2EC7 is #24D138. Grayscale: #727272. Windows color (decimal): -2412857 or 13053659. OLE color: 13053659.

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

Color convert

RGB21946199-
CMYK00.790.090.14
HSL306.94º70.61%51.96%-
HSV(B)306.94º79%85.88%-
XYZ40.521.1455.98-
YUV115.17175.31202.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.20%
GREEN value IS 46 (18.36% from 255) = 9.91%
BLUE value IS 199 (78.12% from 255) = 42.89%
R=47.20%
G=9.91%
B=42.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2194619900.790.090.14306.9470.6151.96
HexDB2EC704F9E1334734
Octal333563070117111646310764
Binary110110111011101100011101001111100111101001100111000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB2EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB2EC7; }

 p { color: rgb(219,46,199); }

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

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

 a { background-color: rgb(219,46,199); }

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

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

 span { border-color: rgb(219,46,199); }

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