Html Css Color HEX #DB2AD4 Razzle Dazzle Rose

📋 copy color: '#DB2AD4'

red 219 ◦ green 42 ◦ blue 212

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

Shades of Razzle Dazzle Rose #DB2AD4

Tints of Razzle Dazzle Rose #DB2AD4

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.88%

 BLUE value IS 212 (83.2% from 255) = 44.82%

R = 46.3%
G = 8.88%
B = 44.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DB2AD4 (or 0xDB2AD4) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2A and D4. RGB value is (219,42,212). Sum of RGB (Red+Green+Blue) = 219+42+212=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 42 (16.80% from 255 or 8.88% from 473); Blue value is 212 (83.20% from 255 or 44.82% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2AD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2AD4 is #24D52B. Grayscale: #717171. Windows color (decimal): -2413868 or 13904603. OLE color: 13904603.

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

Color convert

RGB 219 42 212 -
CMYK 0 0.81 0.03 0.14
HSL 302.37º 0.71% 0.51% -
HSV(B) 302.37º 0.81% 0.86% -
XYZ 41.93 21.47 64.22 -
YUV 114.3 183.14 202.68 -
System Red Green Blue C M Y K H S L
Decimal 219 42 212 0 0.81 0.03 0.14 302.37 0.71 0.51
Hex DB 2A D4 0 51 3 E 12E 47 33
Octal 333 52 324 0 121 3 16 456 107 63
Binary 11011011 101010 11010100 0 1010001 11 1110 100101110 1000111 110011

Color Harmonies of #DB2AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2AD4

Black with #DB2AD4

Text Example


Text Example

White with #DB2AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2AD4; }

 p { color: rgb(219,42,212); }

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

background-color css

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

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

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

border-color css

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

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

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