Html Css Color HEX #DB3BB4 Fuchsia

📋 copy color: '#DB3BB4'

red 219 ◦ green 59 ◦ blue 180

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

Shades of Fuchsia #DB3BB4

Tints of Fuchsia #DB3BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.3%

R = 47.82%
G = 12.88%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB3BB4 (or 0xDB3BB4) is known color: Fuchsia. HEX triplet: DB, 3B and B4. RGB value is (219,59,180). Sum of RGB (Red+Green+Blue) = 219+59+180=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 59 (23.44% from 255 or 12.88% from 458); Blue value is 180 (70.70% from 255 or 39.30% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3BB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3BB4 is #24C44B. Grayscale: #787878. Windows color (decimal): -2409548 or 11811803. OLE color: 11811803.

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

Color convert

RGB 219 59 180 -
CMYK 0 0.73 0.18 0.14
HSL 314.63º 0.69% 0.55% -
HSV(B) 314.63º 0.73% 0.86% -
XYZ 39.02 21.48 45.27 -
YUV 120.63 161.51 198.16 -
System Red Green Blue C M Y K H S L
Decimal 219 59 180 0 0.73 0.18 0.14 314.63 0.69 0.55
Hex DB 3B B4 0 49 12 E 13B 45 37
Octal 333 73 264 0 111 22 16 473 105 67
Binary 11011011 111011 10110100 0 1001001 10010 1110 100111011 1000101 110111

Color Harmonies of #DB3BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3BB4

Black with #DB3BB4

Text Example


Text Example

White with #DB3BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3BB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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