Html Css Color HEX #DB2AD5 Razzle Dazzle Rose

📋 copy color: '#DB2AD5'

red 219 ◦ green 42 ◦ blue 213

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

Shades of Razzle Dazzle Rose #DB2AD5

Tints of Razzle Dazzle Rose #DB2AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.94%

R = 46.2%
G = 8.86%
B = 44.94%

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

#DB2AD5 (or 0xDB2AD5) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2A and D5. RGB value is (219,42,213). Sum of RGB (Red+Green+Blue) = 219+42+213=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 42 (16.80% from 255 or 8.86% from 474); Blue value is 213 (83.59% from 255 or 44.94% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2AD5 is #24D52A. Grayscale: #717171. Windows color (decimal): -2413867 or 13970139. OLE color: 13970139.

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

Color convert

RGB 219 42 213 -
CMYK 0 0.81 0.03 0.14
HSL 302.03º 0.71% 0.51% -
HSV(B) 302.03º 0.81% 0.86% -
XYZ 42.05 21.52 64.89 -
YUV 114.42 183.64 202.6 -
System Red Green Blue C M Y K H S L
Decimal 219 42 213 0 0.81 0.03 0.14 302.03 0.71 0.51
Hex DB 2A D5 0 51 3 E 12E 47 33
Octal 333 52 325 0 121 3 16 456 107 63
Binary 11011011 101010 11010101 0 1010001 11 1110 100101110 1000111 110011

Color Harmonies of #DB2AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2AD5

Black with #DB2AD5

Text Example


Text Example

White with #DB2AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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