Html Css Color HEX #DB2ABE Razzle Dazzle Rose

📋 copy color: '#DB2ABE'

red 219 ◦ green 42 ◦ blue 190

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

Shades of Razzle Dazzle Rose #DB2ABE

Tints of Razzle Dazzle Rose #DB2ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.13%

R = 48.56%
G = 9.31%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB2ABE (or 0xDB2ABE) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2A and BE. RGB value is (219,42,190). Sum of RGB (Red+Green+Blue) = 219+42+190=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 42 (16.80% from 255 or 9.31% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2ABE is #24D541. Grayscale: #6F6F6F. Windows color (decimal): -2413890 or 12462811. OLE color: 12462811.

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

Color convert

RGB 219 42 190 -
CMYK 0 0.81 0.13 0.14
HSL 309.83º 0.71% 0.51% -
HSV(B) 309.83º 0.81% 0.86% -
XYZ 39.34 20.43 50.59 -
YUV 111.8 172.14 204.47 -
System Red Green Blue C M Y K H S L
Decimal 219 42 190 0 0.81 0.13 0.14 309.83 0.71 0.51
Hex DB 2A BE 0 51 D E 136 47 33
Octal 333 52 276 0 121 15 16 466 107 63
Binary 11011011 101010 10111110 0 1010001 1101 1110 100110110 1000111 110011

Color Harmonies of #DB2ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2ABE

Black with #DB2ABE

Text Example


Text Example

White with #DB2ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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