Html Css Color HEX #DB46BE Fuchsia

📋 copy color: '#DB46BE'

red 219 ◦ green 70 ◦ blue 190

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

Shades of Fuchsia #DB46BE

Tints of Fuchsia #DB46BE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.61%

 BLUE value IS 190 (74.61% from 255) = 39.67%

R = 45.72%
G = 14.61%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB46BE (or 0xDB46BE) is known color: Fuchsia. HEX triplet: DB, 46 and BE. RGB value is (219,70,190). Sum of RGB (Red+Green+Blue) = 219+70+190=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 70 (27.73% from 255 or 14.61% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DB46BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB46BE is #24B941. Grayscale: #7F7F7F. Windows color (decimal): -2406722 or 12469979. OLE color: 12469979.

HSL color Cylindrical-coordinate representation of color #DB46BE: hue angle of 311.68º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB46BE is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 70 190 -
CMYK 0 0.68 0.13 0.14
HSL 311.68º 0.67% 0.57% -
HSV(B) 311.68º 0.68% 0.86% -
XYZ 40.7 23.16 51.04 -
YUV 128.23 162.86 192.74 -
System Red Green Blue C M Y K H S L
Decimal 219 70 190 0 0.68 0.13 0.14 311.68 0.67 0.57
Hex DB 46 BE 0 44 D E 138 43 39
Octal 333 106 276 0 104 15 16 470 103 71
Binary 11011011 1000110 10111110 0 1000100 1101 1110 100111000 1000011 111001

Color Harmonies of #DB46BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB46BE

Black with #DB46BE

Text Example


Text Example

White with #DB46BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB46BE; }

 p { color: rgb(219,70,190); }

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

background-color css

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

 a { background-color: rgb(219,70,190); }

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

border-color css

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

 span { border-color: rgb(219,70,190); }

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