Html Css Color HEX #DB3BB7 Fuchsia

📋 copy color: '#DB3BB7'

red 219 ◦ green 59 ◦ blue 183

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

Shades of Fuchsia #DB3BB7

Tints of Fuchsia #DB3BB7

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.8%

 BLUE value IS 183 (71.88% from 255) = 39.7%

R = 47.51%
G = 12.8%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB3BB7 (or 0xDB3BB7) is known color: Fuchsia. HEX triplet: DB, 3B and B7. RGB value is (219,59,183). Sum of RGB (Red+Green+Blue) = 219+59+183=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 59 (23.44% from 255 or 12.80% from 461); Blue value is 183 (71.88% from 255 or 39.70% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3BB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3BB7 is #24C448. Grayscale: #787878. Windows color (decimal): -2409545 or 12008411. OLE color: 12008411.

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

Color convert

RGB 219 59 183 -
CMYK 0 0.73 0.16 0.14
HSL 313.5º 0.69% 0.55% -
HSV(B) 313.5º 0.73% 0.86% -
XYZ 39.32 21.61 46.9 -
YUV 120.98 163.01 197.92 -
System Red Green Blue C M Y K H S L
Decimal 219 59 183 0 0.73 0.16 0.14 313.5 0.69 0.55
Hex DB 3B B7 0 49 10 E 13A 45 37
Octal 333 73 267 0 111 20 16 472 105 67
Binary 11011011 111011 10110111 0 1001001 10000 1110 100111010 1000101 110111

Color Harmonies of #DB3BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3BB7

Black with #DB3BB7

Text Example


Text Example

White with #DB3BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3BB7; }

 p { color: rgb(219,59,183); }

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

background-color css

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

 a { background-color: rgb(219,59,183); }

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

border-color css

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

 span { border-color: rgb(219,59,183); }

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