Html Css Color HEX #D846AF Fuchsia

📋 copy color: '#D846AF'

red 216 ◦ green 70 ◦ blue 175

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

Shades of Fuchsia #D846AF

Tints of Fuchsia #D846AF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.18%

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

R = 46.85%
G = 15.18%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D846AF (or 0xD846AF) is known color: Fuchsia. HEX triplet: D8, 46 and AF. RGB value is (216,70,175). Sum of RGB (Red+Green+Blue) = 216+70+175=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 70 (27.73% from 255 or 15.18% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D846AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D846AF is #27B950. Grayscale: #7D7D7D. Windows color (decimal): -2603345 or 11486936. OLE color: 11486936.

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

Color convert

RGB 216 70 175 -
CMYK 0 0.68 0.19 0.15
HSL 316.85º 0.65% 0.56% -
HSV(B) 316.85º 0.68% 0.85% -
XYZ 38.25 22.07 42.8 -
YUV 125.62 155.87 192.46 -
System Red Green Blue C M Y K H S L
Decimal 216 70 175 0 0.68 0.19 0.15 316.85 0.65 0.56
Hex D8 46 AF 0 44 13 F 13D 41 38
Octal 330 106 257 0 104 23 17 475 101 70
Binary 11011000 1000110 10101111 0 1000100 10011 1111 100111101 1000001 111000

Color Harmonies of #D846AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D846AF

Black with #D846AF

Text Example


Text Example

White with #D846AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D846AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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