Html Css Color HEX #DB45BE Fuchsia

📋 copy color: '#DB45BE'

red 219 ◦ green 69 ◦ blue 190

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

Shades of Fuchsia #DB45BE

Tints of Fuchsia #DB45BE

RGB

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

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

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

R = 45.82%
G = 14.44%
B = 39.75%

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

#DB45BE (or 0xDB45BE) is known color: Fuchsia. HEX triplet: DB, 45 and BE. RGB value is (219,69,190). Sum of RGB (Red+Green+Blue) = 219+69+190=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 69 (27.34% from 255 or 14.44% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB45BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB45BE is #24BA41. Grayscale: #7F7F7F. Windows color (decimal): -2406978 or 12469723. OLE color: 12469723.

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

Color convert

RGB 219 69 190 -
CMYK 0 0.68 0.13 0.14
HSL 311.6º 0.68% 0.56% -
HSV(B) 311.6º 0.68% 0.86% -
XYZ 40.64 23.03 51.02 -
YUV 127.64 163.2 193.16 -
System Red Green Blue C M Y K H S L
Decimal 219 69 190 0 0.68 0.13 0.14 311.6 0.68 0.56
Hex DB 45 BE 0 44 D E 138 44 38
Octal 333 105 276 0 104 15 16 470 104 70
Binary 11011011 1000101 10111110 0 1000100 1101 1110 100111000 1000100 111000

Color Harmonies of #DB45BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB45BE

Black with #DB45BE

Text Example


Text Example

White with #DB45BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB45BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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