Html Css Color HEX #DB2DD1 Razzle Dazzle Rose

📋 copy color: '#DB2DD1'

red 219 ◦ green 45 ◦ blue 209

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

Shades of Razzle Dazzle Rose #DB2DD1

Tints of Razzle Dazzle Rose #DB2DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.19%

R = 46.3%
G = 9.51%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DB2DD1 (or 0xDB2DD1) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2D and D1. RGB value is (219,45,209). Sum of RGB (Red+Green+Blue) = 219+45+209=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 45 (17.97% from 255 or 9.51% from 473); Blue value is 209 (82.03% from 255 or 44.19% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2DD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2DD1 is #24D22E. Grayscale: #737373. Windows color (decimal): -2413103 or 13708763. OLE color: 13708763.

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

Color convert

RGB 219 45 209 -
CMYK 0 0.79 0.05 0.14
HSL 303.45º 0.71% 0.52% -
HSV(B) 303.45º 0.79% 0.86% -
XYZ 41.66 21.54 62.28 -
YUV 115.72 180.65 201.66 -
System Red Green Blue C M Y K H S L
Decimal 219 45 209 0 0.79 0.05 0.14 303.45 0.71 0.52
Hex DB 2D D1 0 4F 5 E 12F 47 34
Octal 333 55 321 0 117 5 16 457 107 64
Binary 11011011 101101 11010001 0 1001111 101 1110 100101111 1000111 110100

Color Harmonies of #DB2DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2DD1

Black with #DB2DD1

Text Example


Text Example

White with #DB2DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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