Html Css Color HEX #D854AF Fuchsia

📋 copy color: '#D854AF'

red 216 ◦ green 84 ◦ blue 175

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

Shades of Fuchsia #D854AF

Tints of Fuchsia #D854AF

RGB

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

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

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

R = 45.47%
G = 17.68%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D854AF (or 0xD854AF) is known color: Fuchsia. HEX triplet: D8, 54 and AF. RGB value is (216,84,175). Sum of RGB (Red+Green+Blue) = 216+84+175=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 84 (33.20% from 255 or 17.68% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D854AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D854AF is #27AB50. Grayscale: #858585. Windows color (decimal): -2599761 or 11490520. OLE color: 11490520.

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

Color convert

RGB 216 84 175 -
CMYK 0 0.61 0.19 0.15
HSL 318.64º 0.63% 0.59% -
HSV(B) 318.64º 0.61% 0.85% -
XYZ 39.23 24.03 43.13 -
YUV 133.84 151.23 186.6 -
System Red Green Blue C M Y K H S L
Decimal 216 84 175 0 0.61 0.19 0.15 318.64 0.63 0.59
Hex D8 54 AF 0 3D 13 F 13F 3F 3B
Octal 330 124 257 0 75 23 17 477 77 73
Binary 11011000 1010100 10101111 0 111101 10011 1111 100111111 111111 111011

Color Harmonies of #D854AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D854AF

Black with #D854AF

Text Example


Text Example

White with #D854AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D854AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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