Html Css Color HEX #D844AF Fuchsia

📋 copy color: '#D844AF'

red 216 ◦ green 68 ◦ blue 175

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

Shades of Fuchsia #D844AF

Tints of Fuchsia #D844AF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.81%

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

R = 47.06%
G = 14.81%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D844AF (or 0xD844AF) is known color: Fuchsia. HEX triplet: D8, 44 and AF. RGB value is (216,68,175). Sum of RGB (Red+Green+Blue) = 216+68+175=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 68 (26.95% from 255 or 14.81% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 216 - color contains mainly: red. Hex color #D844AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D844AF is #27BB50. Grayscale: #7C7C7C. Windows color (decimal): -2603857 or 11486424. OLE color: 11486424.

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

Color convert

RGB 216 68 175 -
CMYK 0 0.69 0.19 0.15
HSL 316.62º 0.65% 0.56% -
HSV(B) 316.62º 0.69% 0.85% -
XYZ 38.12 21.83 42.76 -
YUV 124.45 156.53 193.3 -
System Red Green Blue C M Y K H S L
Decimal 216 68 175 0 0.69 0.19 0.15 316.62 0.65 0.56
Hex D8 44 AF 0 45 13 F 13D 41 38
Octal 330 104 257 0 105 23 17 475 101 70
Binary 11011000 1000100 10101111 0 1000101 10011 1111 100111101 1000001 111000

Color Harmonies of #D844AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D844AF

Black with #D844AF

Text Example


Text Example

White with #D844AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D844AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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