Html Css Color HEX #D855AF Fuchsia

📋 copy color: '#D855AF'

red 216 ◦ green 85 ◦ blue 175

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

Shades of Fuchsia #D855AF

Tints of Fuchsia #D855AF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.86%

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

R = 45.38%
G = 17.86%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D855AF (or 0xD855AF) is known color: Fuchsia. HEX triplet: D8, 55 and AF. RGB value is (216,85,175). Sum of RGB (Red+Green+Blue) = 216+85+175=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D855AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D855AF is #27AA50. Grayscale: #868686. Windows color (decimal): -2599505 or 11490776. OLE color: 11490776.

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

Color convert

RGB 216 85 175 -
CMYK 0 0.61 0.19 0.15
HSL 318.78º 0.63% 0.59% -
HSV(B) 318.78º 0.61% 0.85% -
XYZ 39.31 24.19 43.16 -
YUV 134.43 150.9 186.18 -
System Red Green Blue C M Y K H S L
Decimal 216 85 175 0 0.61 0.19 0.15 318.78 0.63 0.59
Hex D8 55 AF 0 3D 13 F 13F 3F 3B
Octal 330 125 257 0 75 23 17 477 77 73
Binary 11011000 1010101 10101111 0 111101 10011 1111 100111111 111111 111011

Color Harmonies of #D855AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D855AF

Black with #D855AF

Text Example


Text Example

White with #D855AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D855AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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