Html Css Color HEX #DB2EBA Razzle Dazzle Rose

📋 copy color: '#DB2EBA'

red 219 ◦ green 46 ◦ blue 186

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

Shades of Razzle Dazzle Rose #DB2EBA

Tints of Razzle Dazzle Rose #DB2EBA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.2%

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

R = 48.56%
G = 10.2%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB2EBA (or 0xDB2EBA) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2E and BA. RGB value is (219,46,186). Sum of RGB (Red+Green+Blue) = 219+46+186=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 46 (18.36% from 255 or 10.20% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2EBA is #24D145. Grayscale: #717171. Windows color (decimal): -2412870 or 12201691. OLE color: 12201691.

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

Color convert

RGB 219 46 186 -
CMYK 0 0.79 0.15 0.14
HSL 311.45º 0.71% 0.52% -
HSV(B) 311.45º 0.79% 0.86% -
XYZ 39.05 20.56 48.36 -
YUV 113.69 168.81 203.12 -
System Red Green Blue C M Y K H S L
Decimal 219 46 186 0 0.79 0.15 0.14 311.45 0.71 0.52
Hex DB 2E BA 0 4F F E 137 47 34
Octal 333 56 272 0 117 17 16 467 107 64
Binary 11011011 101110 10111010 0 1001111 1111 1110 100110111 1000111 110100

Color Harmonies of #DB2EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2EBA

Black with #DB2EBA

Text Example


Text Example

White with #DB2EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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