Html Css Color HEX #DB45B1 Fuchsia

📋 copy color: '#DB45B1'

red 219 ◦ green 69 ◦ blue 177

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

Shades of Fuchsia #DB45B1

Tints of Fuchsia #DB45B1

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.84%

 BLUE value IS 177 (69.53% from 255) = 38.06%

R = 47.1%
G = 14.84%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB45B1 (or 0xDB45B1) is known color: Fuchsia. HEX triplet: DB, 45 and B1. RGB value is (219,69,177). Sum of RGB (Red+Green+Blue) = 219+69+177=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 69 (27.34% from 255 or 14.84% from 465); Blue value is 177 (69.53% from 255 or 38.06% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB45B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB45B1 is #24BA4E. Grayscale: #7D7D7D. Windows color (decimal): -2406991 or 11617755. OLE color: 11617755.

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

Color convert

RGB 219 69 177 -
CMYK 0 0.68 0.19 0.14
HSL 316.8º 0.68% 0.56% -
HSV(B) 316.8º 0.68% 0.86% -
XYZ 39.28 22.49 43.87 -
YUV 126.16 156.7 194.22 -
System Red Green Blue C M Y K H S L
Decimal 219 69 177 0 0.68 0.19 0.14 316.8 0.68 0.56
Hex DB 45 B1 0 44 13 E 13D 44 38
Octal 333 105 261 0 104 23 16 475 104 70
Binary 11011011 1000101 10110001 0 1000100 10011 1110 100111101 1000100 111000

Color Harmonies of #DB45B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB45B1

Black with #DB45B1

Text Example


Text Example

White with #DB45B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB45B1; }

 p { color: rgb(219,69,177); }

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

background-color css

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

 a { background-color: rgb(219,69,177); }

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

border-color css

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

 span { border-color: rgb(219,69,177); }

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