Html Css Color HEX #DB2DDB Razzle Dazzle Rose

📋 copy color: '#DB2DDB'

red 219 ◦ green 45 ◦ blue 219

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

Shades of Razzle Dazzle Rose #DB2DDB

Tints of Razzle Dazzle Rose #DB2DDB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.32%

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

R = 45.34%
G = 9.32%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB2DDB (or 0xDB2DDB) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2D and DB. RGB value is (219,45,219). Sum of RGB (Red+Green+Blue) = 219+45+219=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 45 (17.97% from 255 or 9.32% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB2DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2DDB is #24D224. Grayscale: #747474. Windows color (decimal): -2413093 or 14364123. OLE color: 14364123.

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

Color convert

RGB 219 45 219 -
CMYK 0 0.79 0 0.14
HSL 300º 0.71% 0.52% -
HSV(B) 300º 0.79% 0.86% -
XYZ 42.94 22.05 69.01 -
YUV 116.86 185.65 200.85 -
System Red Green Blue C M Y K H S L
Decimal 219 45 219 0 0.79 0 0.14 300 0.71 0.52
Hex DB 2D DB 0 4F 0 E 12C 47 34
Octal 333 55 333 0 117 0 16 454 107 64
Binary 11011011 101101 11011011 0 1001111 0 1110 100101100 1000111 110100

Color Harmonies of #DB2DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2DDB

Black with #DB2DDB

Text Example


Text Example

White with #DB2DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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