Html Css Color HEX #DB2DD2 Razzle Dazzle Rose

📋 copy color: '#DB2DD2'

red 219 ◦ green 45 ◦ blue 210

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

Shades of Razzle Dazzle Rose #DB2DD2

Tints of Razzle Dazzle Rose #DB2DD2

RGB

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

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

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

R = 46.2%
G = 9.49%
B = 44.3%

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

#DB2DD2 (or 0xDB2DD2) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2D and D2. RGB value is (219,45,210). Sum of RGB (Red+Green+Blue) = 219+45+210=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 45 (17.97% from 255 or 9.49% from 474); Blue value is 210 (82.42% from 255 or 44.30% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2DD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2DD2 is #24D22D. Grayscale: #737373. Windows color (decimal): -2413102 or 13774299. OLE color: 13774299.

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

Color convert

RGB 219 45 210 -
CMYK 0 0.79 0.04 0.14
HSL 303.1º 0.71% 0.52% -
HSV(B) 303.1º 0.79% 0.86% -
XYZ 41.78 21.59 62.94 -
YUV 115.84 181.15 201.58 -
System Red Green Blue C M Y K H S L
Decimal 219 45 210 0 0.79 0.04 0.14 303.1 0.71 0.52
Hex DB 2D D2 0 4F 4 E 12F 47 34
Octal 333 55 322 0 117 4 16 457 107 64
Binary 11011011 101101 11010010 0 1001111 100 1110 100101111 1000111 110100

Color Harmonies of #DB2DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2DD2

Black with #DB2DD2

Text Example


Text Example

White with #DB2DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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