Html Css Color HEX #DB2BDB Razzle Dazzle Rose

📋 copy color: '#DB2BDB'

red 219 ◦ green 43 ◦ blue 219

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

Shades of Razzle Dazzle Rose #DB2BDB

Tints of Razzle Dazzle Rose #DB2BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.94%

 BLUE value IS 219 (85.94% from 255) = 45.53%

R = 45.53%
G = 8.94%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB2BDB (or 0xDB2BDB) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2B and DB. RGB value is (219,43,219). Sum of RGB (Red+Green+Blue) = 219+43+219=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 43 (17.19% from 255 or 8.94% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB2BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2BDB is #24D424. Grayscale: #737373. Windows color (decimal): -2413605 or 14363611. OLE color: 14363611.

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

Color convert

RGB 219 43 219 -
CMYK 0 0.80 0 0.14
HSL 300º 0.71% 0.51% -
HSV(B) 300º 0.8% 0.86% -
XYZ 42.86 21.9 68.99 -
YUV 115.69 186.31 201.69 -
System Red Green Blue C M Y K H S L
Decimal 219 43 219 0 0.80 0 0.14 300 0.71 0.51
Hex DB 2B DB 0 50 0 E 12C 47 33
Octal 333 53 333 0 120 0 16 454 107 63
Binary 11011011 101011 11011011 0 1010000 0 1110 100101100 1000111 110011

Color Harmonies of #DB2BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2BDB

Black with #DB2BDB

Text Example


Text Example

White with #DB2BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2BDB; }

 p { color: rgb(219,43,219); }

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

background-color css

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

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

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

border-color css

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

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

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