Html Css Color HEX #D842AF Fuchsia

📋 copy color: '#D842AF'

red 216 ◦ green 66 ◦ blue 175

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

Shades of Fuchsia #D842AF

Tints of Fuchsia #D842AF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.44%

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

R = 47.26%
G = 14.44%
B = 38.29%

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

#D842AF (or 0xD842AF) is known color: Fuchsia. HEX triplet: D8, 42 and AF. RGB value is (216,66,175). Sum of RGB (Red+Green+Blue) = 216+66+175=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 66 (26.17% from 255 or 14.44% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D842AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D842AF is #27BD50. Grayscale: #7A7A7A. Windows color (decimal): -2604369 or 11485912. OLE color: 11485912.

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

Color convert

RGB 216 66 175 -
CMYK 0 0.69 0.19 0.15
HSL 316.4º 0.66% 0.55% -
HSV(B) 316.4º 0.69% 0.85% -
XYZ 38 21.59 42.72 -
YUV 123.28 157.2 194.14 -
System Red Green Blue C M Y K H S L
Decimal 216 66 175 0 0.69 0.19 0.15 316.4 0.66 0.55
Hex D8 42 AF 0 45 13 F 13C 42 37
Octal 330 102 257 0 105 23 17 474 102 67
Binary 11011000 1000010 10101111 0 1000101 10011 1111 100111100 1000010 110111

Color Harmonies of #D842AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D842AF

Black with #D842AF

Text Example


Text Example

White with #D842AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D842AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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