Html Css Color HEX #D853AF Fuchsia

📋 copy color: '#D853AF'

red 216 ◦ green 83 ◦ blue 175

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

Shades of Fuchsia #D853AF

Tints of Fuchsia #D853AF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.51%

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

R = 45.57%
G = 17.51%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D853AF (or 0xD853AF) is known color: Fuchsia. HEX triplet: D8, 53 and AF. RGB value is (216,83,175). Sum of RGB (Red+Green+Blue) = 216+83+175=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 83 (32.81% from 255 or 17.51% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D853AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D853AF is #27AC50. Grayscale: #858585. Windows color (decimal): -2600017 or 11490264. OLE color: 11490264.

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

Color convert

RGB 216 83 175 -
CMYK 0 0.62 0.19 0.15
HSL 318.5º 0.63% 0.59% -
HSV(B) 318.5º 0.62% 0.85% -
XYZ 39.15 23.88 43.1 -
YUV 133.26 151.56 187.02 -
System Red Green Blue C M Y K H S L
Decimal 216 83 175 0 0.62 0.19 0.15 318.5 0.63 0.59
Hex D8 53 AF 0 3E 13 F 13E 3F 3B
Octal 330 123 257 0 76 23 17 476 77 73
Binary 11011000 1010011 10101111 0 111110 10011 1111 100111110 111111 111011

Color Harmonies of #D853AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D853AF

Black with #D853AF

Text Example


Text Example

White with #D853AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D853AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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