Html Css Color HEX #DB3CBA Fuchsia

📋 copy color: '#DB3CBA'

red 219 ◦ green 60 ◦ blue 186

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

Shades of Fuchsia #DB3CBA

Tints of Fuchsia #DB3CBA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.9%

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

R = 47.1%
G = 12.9%
B = 40%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB3CBA (or 0xDB3CBA) is known color: Fuchsia. HEX triplet: DB, 3C and BA. RGB value is (219,60,186). Sum of RGB (Red+Green+Blue) = 219+60+186=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 60 (23.83% from 255 or 12.90% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3CBA is #24C345. Grayscale: #797979. Windows color (decimal): -2409286 or 12205275. OLE color: 12205275.

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

Color convert

RGB 219 60 186 -
CMYK 0 0.73 0.15 0.14
HSL 312.45º 0.69% 0.55% -
HSV(B) 312.45º 0.73% 0.86% -
XYZ 39.69 21.84 48.58 -
YUV 121.91 164.18 197.25 -
System Red Green Blue C M Y K H S L
Decimal 219 60 186 0 0.73 0.15 0.14 312.45 0.69 0.55
Hex DB 3C BA 0 49 F E 138 45 37
Octal 333 74 272 0 111 17 16 470 105 67
Binary 11011011 111100 10111010 0 1001001 1111 1110 100111000 1000101 110111

Color Harmonies of #DB3CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3CBA

Black with #DB3CBA

Text Example


Text Example

White with #DB3CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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