Html Css Color HEX #D840AF Fuchsia

📋 copy color: '#D840AF'

red 216 ◦ green 64 ◦ blue 175

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

Shades of Fuchsia #D840AF

Tints of Fuchsia #D840AF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.07%

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

R = 47.47%
G = 14.07%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D840AF (or 0xD840AF) is known color: Fuchsia. HEX triplet: D8, 40 and AF. RGB value is (216,64,175). Sum of RGB (Red+Green+Blue) = 216+64+175=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 64 (25.39% from 255 or 14.07% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D840AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D840AF is #27BF50. Grayscale: #797979. Windows color (decimal): -2604881 or 11485400. OLE color: 11485400.

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

Color convert

RGB 216 64 175 -
CMYK 0 0.70 0.19 0.15
HSL 316.18º 0.66% 0.55% -
HSV(B) 316.18º 0.7% 0.85% -
XYZ 37.89 21.36 42.68 -
YUV 122.1 157.86 194.97 -
System Red Green Blue C M Y K H S L
Decimal 216 64 175 0 0.70 0.19 0.15 316.18 0.66 0.55
Hex D8 40 AF 0 46 13 F 13C 42 37
Octal 330 100 257 0 106 23 17 474 102 67
Binary 11011000 1000000 10101111 0 1000110 10011 1111 100111100 1000010 110111

Color Harmonies of #D840AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D840AF

Black with #D840AF

Text Example


Text Example

White with #D840AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D840AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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