Html Css Color HEX #DB5DB5 Fuchsia

📋 copy color: '#DB5DB5'

red 219 ◦ green 93 ◦ blue 181

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

Shades of Fuchsia #DB5DB5

Tints of Fuchsia #DB5DB5

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.86%

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

R = 44.42%
G = 18.86%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DB5DB5 (or 0xDB5DB5) is known color: Fuchsia. HEX triplet: DB, 5D and B5. RGB value is (219,93,181). Sum of RGB (Red+Green+Blue) = 219+93+181=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 93 (36.72% from 255 or 18.86% from 493); Blue value is 181 (71.09% from 255 or 36.71% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5DB5 is #24A24A. Grayscale: #8C8C8C. Windows color (decimal): -2400843 or 11886043. OLE color: 11886043.

HSL color Cylindrical-coordinate representation of color #DB5DB5: hue angle of 318.1º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5DB5 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 93 181 -
CMYK 0 0.58 0.17 0.14
HSL 318.1º 0.64% 0.61% -
HSV(B) 318.1º 0.58% 0.86% -
XYZ 41.47 26.22 46.59 -
YUV 140.71 150.74 183.84 -
System Red Green Blue C M Y K H S L
Decimal 219 93 181 0 0.58 0.17 0.14 318.1 0.64 0.61
Hex DB 5D B5 0 3A 11 E 13E 40 3D
Octal 333 135 265 0 72 21 16 476 100 75
Binary 11011011 1011101 10110101 0 111010 10001 1110 100111110 1000000 111101

Color Harmonies of #DB5DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5DB5

Black with #DB5DB5

Text Example


Text Example

White with #DB5DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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