Html Css Color HEX #D84DAF Fuchsia

📋 copy color: '#D84DAF'

red 216 ◦ green 77 ◦ blue 175

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

Shades of Fuchsia #D84DAF

Tints of Fuchsia #D84DAF

RGB

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

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

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

R = 46.15%
G = 16.45%
B = 37.39%

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

#D84DAF (or 0xD84DAF) is known color: Fuchsia. HEX triplet: D8, 4D and AF. RGB value is (216,77,175). Sum of RGB (Red+Green+Blue) = 216+77+175=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 77 (30.47% from 255 or 16.45% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D84DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D84DAF is #27B250. Grayscale: #818181. Windows color (decimal): -2601553 or 11488728. OLE color: 11488728.

HSL color Cylindrical-coordinate representation of color #D84DAF: hue angle of 317.7º 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 #D84DAF is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 77 175 -
CMYK 0 0.64 0.19 0.15
HSL 317.7º 0.64% 0.57% -
HSV(B) 317.7º 0.64% 0.85% -
XYZ 38.71 23 42.96 -
YUV 129.73 153.55 189.53 -
System Red Green Blue C M Y K H S L
Decimal 216 77 175 0 0.64 0.19 0.15 317.7 0.64 0.57
Hex D8 4D AF 0 40 13 F 13E 40 39
Octal 330 115 257 0 100 23 17 476 100 71
Binary 11011000 1001101 10101111 0 1000000 10011 1111 100111110 1000000 111001

Color Harmonies of #D84DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84DAF

Black with #D84DAF

Text Example


Text Example

White with #D84DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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