Html Css Color HEX #DB46BB Fuchsia

📋 copy color: '#DB46BB'

red 219 ◦ green 70 ◦ blue 187

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

Shades of Fuchsia #DB46BB

Tints of Fuchsia #DB46BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.29%

R = 46.01%
G = 14.71%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB46BB (or 0xDB46BB) is known color: Fuchsia. HEX triplet: DB, 46 and BB. RGB value is (219,70,187). Sum of RGB (Red+Green+Blue) = 219+70+187=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 70 (27.73% from 255 or 14.71% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB46BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB46BB is #24B944. Grayscale: #7F7F7F. Windows color (decimal): -2406725 or 12273371. OLE color: 12273371.

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

Color convert

RGB 219 70 187 -
CMYK 0 0.68 0.15 0.14
HSL 312.89º 0.67% 0.57% -
HSV(B) 312.89º 0.68% 0.86% -
XYZ 40.37 23.03 49.33 -
YUV 127.89 161.36 192.99 -
System Red Green Blue C M Y K H S L
Decimal 219 70 187 0 0.68 0.15 0.14 312.89 0.67 0.57
Hex DB 46 BB 0 44 F E 139 43 39
Octal 333 106 273 0 104 17 16 471 103 71
Binary 11011011 1000110 10111011 0 1000100 1111 1110 100111001 1000011 111001

Color Harmonies of #DB46BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB46BB

Black with #DB46BB

Text Example


Text Example

White with #DB46BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB46BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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