Html Css Color HEX #DB2ED2 Razzle Dazzle Rose

📋 copy color: '#DB2ED2'

red 219 ◦ green 46 ◦ blue 210

#DB2ED2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #DB2ED2

Tints of Razzle Dazzle Rose #DB2ED2

RGB

 RED value IS 219 (85.94% from 255) = 46.11%

 GREEN value IS 46 (18.36% from 255) = 9.68%

 BLUE value IS 210 (82.42% from 255) = 44.21%

R = 46.11%
G = 9.68%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DB2ED2 (or 0xDB2ED2) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2E and D2. RGB value is (219,46,210). Sum of RGB (Red+Green+Blue) = 219+46+210=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 46 (18.36% from 255 or 9.68% from 475); Blue value is 210 (82.42% from 255 or 44.21% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2ED2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2ED2 is #24D12D. Grayscale: #737373. Windows color (decimal): -2412846 or 13774555. OLE color: 13774555.

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

Color convert

RGB 219 46 210 -
CMYK 0 0.79 0.04 0.14
HSL 303.12º 0.71% 0.52% -
HSV(B) 303.12º 0.79% 0.86% -
XYZ 41.82 21.67 62.95 -
YUV 116.42 180.81 201.16 -
System Red Green Blue C M Y K H S L
Decimal 219 46 210 0 0.79 0.04 0.14 303.12 0.71 0.52
Hex DB 2E D2 0 4F 4 E 12F 47 34
Octal 333 56 322 0 117 4 16 457 107 64
Binary 11011011 101110 11010010 0 1001111 100 1110 100101111 1000111 110100

Color Harmonies of #DB2ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2ED2

Black with #DB2ED2

Text Example


Text Example

White with #DB2ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2ED2; }

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

 H1.HeaderClassName
 {
   color: #DB2ED2;
 }
 .AnyTagClassName
 {
   color: #DB2ED2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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