Html Css Color HEX #D858AF Fuchsia

📋 copy color: '#D858AF'

red 216 ◦ green 88 ◦ blue 175

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

Shades of Fuchsia #D858AF

Tints of Fuchsia #D858AF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.37%

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

R = 45.09%
G = 18.37%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D858AF (or 0xD858AF) is known color: Fuchsia. HEX triplet: D8, 58 and AF. RGB value is (216,88,175). Sum of RGB (Red+Green+Blue) = 216+88+175=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 88 (34.77% from 255 or 18.37% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D858AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D858AF is #27A750. Grayscale: #878787. Windows color (decimal): -2598737 or 11491544. OLE color: 11491544.

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

Color convert

RGB 216 88 175 -
CMYK 0 0.59 0.19 0.15
HSL 319.22º 0.62% 0.6% -
HSV(B) 319.22º 0.59% 0.85% -
XYZ 39.55 24.67 43.24 -
YUV 136.19 149.91 184.93 -
System Red Green Blue C M Y K H S L
Decimal 216 88 175 0 0.59 0.19 0.15 319.22 0.62 0.6
Hex D8 58 AF 0 3B 13 F 13F 3E 3C
Octal 330 130 257 0 73 23 17 477 76 74
Binary 11011000 1011000 10101111 0 111011 10011 1111 100111111 111110 111100

Color Harmonies of #D858AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D858AF

Black with #D858AF

Text Example


Text Example

White with #D858AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D858AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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