Html Css Color HEX #DB45B5 Fuchsia

📋 copy color: '#DB45B5'

red 219 ◦ green 69 ◦ blue 181

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

Shades of Fuchsia #DB45B5

Tints of Fuchsia #DB45B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.59%

R = 46.7%
G = 14.71%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DB45B5 (or 0xDB45B5) is known color: Fuchsia. HEX triplet: DB, 45 and B5. RGB value is (219,69,181). Sum of RGB (Red+Green+Blue) = 219+69+181=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 69 (27.34% from 255 or 14.71% from 469); Blue value is 181 (71.09% from 255 or 38.59% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB45B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB45B5 is #24BA4A. Grayscale: #7E7E7E. Windows color (decimal): -2406987 or 11879899. OLE color: 11879899.

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

Color convert

RGB 219 69 181 -
CMYK 0 0.68 0.17 0.14
HSL 315.2º 0.68% 0.56% -
HSV(B) 315.2º 0.68% 0.86% -
XYZ 39.68 22.65 46 -
YUV 126.62 158.7 193.89 -
System Red Green Blue C M Y K H S L
Decimal 219 69 181 0 0.68 0.17 0.14 315.2 0.68 0.56
Hex DB 45 B5 0 44 11 E 13B 44 38
Octal 333 105 265 0 104 21 16 473 104 70
Binary 11011011 1000101 10110101 0 1000100 10001 1110 100111011 1000100 111000

Color Harmonies of #DB45B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB45B5

Black with #DB45B5

Text Example


Text Example

White with #DB45B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB45B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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