#DB2ED1

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

Shades of Razzle Dazzle Rose #DB2ED1

Tints of Razzle Dazzle Rose #DB2ED1

Color information

#DB2ED1 (or 0xDB2ED1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DB, 2E and D1. RGB value is (219,46,209). Sum of RGB (Red+Green+Blue) = 219+46+209=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 46 (18.36% from 255 or 9.70% from 474); Blue value is 209 (82.03% from 255 or 44.09% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2ED1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2ED1 is #24D12E. Grayscale: #737373. Windows color (decimal): -2412847 or 13709019. OLE color: 13709019.

HSL color Cylindrical-coordinate representation of color #DB2ED1: hue angle of 303.47º 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 #DB2ED1 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB21946209-
CMYK00.790.050.14
HSL303.47º70.61%51.96%-
HSV(B)303.47º79%85.88%-
XYZ41.721.6262.3-
YUV116.31180.31201.25-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.20%
GREEN value IS 46 (18.36% from 255) = 9.70%
BLUE value IS 209 (82.03% from 255) = 44.09%
R=46.20%
G=9.70%
B=44.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2194620900.790.050.14303.4770.6151.96
HexDB2ED104F5E12f4734
Octal33356321011751645710764
Binary11011011101110110100010100111110111101001011111000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB2ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB2ED1; }

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

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

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

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

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

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

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

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