Html Css Color HEX #DB2ADE Razzle Dazzle Rose

📋 copy color: '#DB2ADE'

red 219 ◦ green 42 ◦ blue 222

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

Shades of Razzle Dazzle Rose #DB2ADE

Tints of Razzle Dazzle Rose #DB2ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.96%

R = 45.34%
G = 8.7%
B = 45.96%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB2ADE (or 0xDB2ADE) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2A and DE. RGB value is (219,42,222). Sum of RGB (Red+Green+Blue) = 219+42+222=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 42 (16.80% from 255 or 8.70% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB2ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2ADE is #24D521. Grayscale: #727272. Windows color (decimal): -2413858 or 14559963. OLE color: 14559963.

HSL color Cylindrical-coordinate representation of color #DB2ADE: hue angle of 299º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2ADE is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 42 222 -
CMYK 0.01 0.81 0 0.13
HSL 299º 0.73% 0.52% -
HSV(B) 299º 0.81% 0.87% -
XYZ 43.23 21.99 71.07 -
YUV 115.44 188.14 201.86 -
System Red Green Blue C M Y K H S L
Decimal 219 42 222 0.01 0.81 0 0.13 299 0.73 0.52
Hex DB 2A DE 1 51 0 D 12B 49 34
Octal 333 52 336 1 121 0 15 453 111 64
Binary 11011011 101010 11011110 1 1010001 0 1101 100101011 1001001 110100

Color Harmonies of #DB2ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2ADE

Black with #DB2ADE

Text Example


Text Example

White with #DB2ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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