Html Css Color HEX #DB3AB8 Razzle Dazzle Rose

📋 copy color: '#DB3AB8'

red 219 ◦ green 58 ◦ blue 184

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

Shades of Razzle Dazzle Rose #DB3AB8

Tints of Razzle Dazzle Rose #DB3AB8

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.58%

 BLUE value IS 184 (72.27% from 255) = 39.91%

R = 47.51%
G = 12.58%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB3AB8 (or 0xDB3AB8) is known color: Razzle Dazzle Rose. HEX triplet: DB, 3A and B8. RGB value is (219,58,184). Sum of RGB (Red+Green+Blue) = 219+58+184=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 58 (23.05% from 255 or 12.58% from 461); Blue value is 184 (72.27% from 255 or 39.91% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3AB8 is #24C547. Grayscale: #787878. Windows color (decimal): -2409800 or 12073691. OLE color: 12073691.

HSL color Cylindrical-coordinate representation of color #DB3AB8: hue angle of 313.04º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB3AB8 is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 58 184 -
CMYK 0 0.74 0.16 0.14
HSL 313.04º 0.69% 0.54% -
HSV(B) 313.04º 0.74% 0.86% -
XYZ 39.38 21.55 47.43 -
YUV 120.5 163.84 198.25 -
System Red Green Blue C M Y K H S L
Decimal 219 58 184 0 0.74 0.16 0.14 313.04 0.69 0.54
Hex DB 3A B8 0 4A 10 E 139 45 36
Octal 333 72 270 0 112 20 16 471 105 66
Binary 11011011 111010 10111000 0 1001010 10000 1110 100111001 1000101 110110

Color Harmonies of #DB3AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3AB8

Black with #DB3AB8

Text Example


Text Example

White with #DB3AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3AB8; }

 p { color: rgb(219,58,184); }

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

background-color css

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

 a { background-color: rgb(219,58,184); }

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

border-color css

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

 span { border-color: rgb(219,58,184); }

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