Html Css Color HEX #DB2ABA Razzle Dazzle Rose

📋 copy color: '#DB2ABA'

red 219 ◦ green 42 ◦ blue 186

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

Shades of Razzle Dazzle Rose #DB2ABA

Tints of Razzle Dazzle Rose #DB2ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.61%

R = 48.99%
G = 9.4%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB2ABA (or 0xDB2ABA) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2A and BA. RGB value is (219,42,186). Sum of RGB (Red+Green+Blue) = 219+42+186=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 42 (16.80% from 255 or 9.40% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2ABA is #24D545. Grayscale: #6E6E6E. Windows color (decimal): -2413894 or 12200667. OLE color: 12200667.

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

Color convert

RGB 219 42 186 -
CMYK 0 0.81 0.15 0.14
HSL 311.19º 0.71% 0.51% -
HSV(B) 311.19º 0.81% 0.86% -
XYZ 38.9 20.26 48.31 -
YUV 111.34 170.14 204.79 -
System Red Green Blue C M Y K H S L
Decimal 219 42 186 0 0.81 0.15 0.14 311.19 0.71 0.51
Hex DB 2A BA 0 51 F E 137 47 33
Octal 333 52 272 0 121 17 16 467 107 63
Binary 11011011 101010 10111010 0 1010001 1111 1110 100110111 1000111 110011

Color Harmonies of #DB2ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2ABA

Black with #DB2ABA

Text Example


Text Example

White with #DB2ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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