Html Css Color HEX #D84DB0 Fuchsia

📋 copy color: '#D84DB0'

red 216 ◦ green 77 ◦ blue 176

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

Shades of Fuchsia #D84DB0

Tints of Fuchsia #D84DB0

RGB

 RED value IS 216 (84.77% from 255) = 46.06%

 GREEN value IS 77 (30.47% from 255) = 16.42%

 BLUE value IS 176 (69.14% from 255) = 37.53%

R = 46.06%
G = 16.42%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D84DB0 (or 0xD84DB0) is known color: Fuchsia. HEX triplet: D8, 4D and B0. RGB value is (216,77,176). Sum of RGB (Red+Green+Blue) = 216+77+176=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 176 (69.14% from 255 or 37.53% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D84DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D84DB0 is #27B24F. Grayscale: #818181. Windows color (decimal): -2601552 or 11554264. OLE color: 11554264.

HSL color Cylindrical-coordinate representation of color #D84DB0: hue angle of 317.27º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D84DB0 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 77 176 -
CMYK 0 0.64 0.19 0.15
HSL 317.27º 0.64% 0.57% -
HSV(B) 317.27º 0.64% 0.85% -
XYZ 38.81 23.04 43.48 -
YUV 129.85 154.05 189.45 -
System Red Green Blue C M Y K H S L
Decimal 216 77 176 0 0.64 0.19 0.15 317.27 0.64 0.57
Hex D8 4D B0 0 40 13 F 13D 40 39
Octal 330 115 260 0 100 23 17 475 100 71
Binary 11011000 1001101 10110000 0 1000000 10011 1111 100111101 1000000 111001

Color Harmonies of #D84DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84DB0

Black with #D84DB0

Text Example


Text Example

White with #D84DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84DB0; }

 p { color: rgb(216,77,176); }

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

background-color css

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

 a { background-color: rgb(216,77,176); }

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

border-color css

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

 span { border-color: rgb(216,77,176); }

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