Html Css Color HEX #DB54AF Fuchsia

📋 copy color: '#DB54AF'

red 219 ◦ green 84 ◦ blue 175

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

Shades of Fuchsia #DB54AF

Tints of Fuchsia #DB54AF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.57%

 BLUE value IS 175 (68.75% from 255) = 36.61%

R = 45.82%
G = 17.57%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB54AF (or 0xDB54AF) is known color: Fuchsia. HEX triplet: DB, 54 and AF. RGB value is (219,84,175). Sum of RGB (Red+Green+Blue) = 219+84+175=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 84 (33.20% from 255 or 17.57% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB54AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB54AF is #24AB50. Grayscale: #868686. Windows color (decimal): -2403153 or 11490523. OLE color: 11490523.

HSL color Cylindrical-coordinate representation of color #DB54AF: hue angle of 319.56º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB54AF is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 84 175 -
CMYK 0 0.62 0.20 0.14
HSL 319.56º 0.65% 0.59% -
HSV(B) 319.56º 0.62% 0.86% -
XYZ 40.12 24.5 43.17 -
YUV 134.74 150.73 188.1 -
System Red Green Blue C M Y K H S L
Decimal 219 84 175 0 0.62 0.20 0.14 319.56 0.65 0.59
Hex DB 54 AF 0 3E 14 E 140 41 3B
Octal 333 124 257 0 76 24 16 500 101 73
Binary 11011011 1010100 10101111 0 111110 10100 1110 101000000 1000001 111011

Color Harmonies of #DB54AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB54AF

Black with #DB54AF

Text Example


Text Example

White with #DB54AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB54AF; }

 p { color: rgb(219,84,175); }

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

background-color css

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

 a { background-color: rgb(219,84,175); }

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

border-color css

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

 span { border-color: rgb(219,84,175); }

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