Html Css Color HEX #D953AF Fuchsia

📋 copy color: '#D953AF'

red 217 ◦ green 83 ◦ blue 175

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

Shades of Fuchsia #D953AF

Tints of Fuchsia #D953AF

RGB

 RED value IS 217 (85.16% from 255) = 45.68%

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

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

R = 45.68%
G = 17.47%
B = 36.84%

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

#D953AF (or 0xD953AF) is known color: Fuchsia. HEX triplet: D9, 53 and AF. RGB value is (217,83,175). Sum of RGB (Red+Green+Blue) = 217+83+175=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 83 (32.81% from 255 or 17.47% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D953AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D953AF is #26AC50. Grayscale: #858585. Windows color (decimal): -2534481 or 11490265. OLE color: 11490265.

HSL color Cylindrical-coordinate representation of color #D953AF: hue angle of 318.81º degrees, saturation: 0.64, 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 #D953AF is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 83 175 -
CMYK 0 0.62 0.19 0.15
HSL 318.81º 0.64% 0.59% -
HSV(B) 318.81º 0.62% 0.85% -
XYZ 39.45 24.03 43.12 -
YUV 133.55 151.39 187.52 -
System Red Green Blue C M Y K H S L
Decimal 217 83 175 0 0.62 0.19 0.15 318.81 0.64 0.59
Hex D9 53 AF 0 3E 13 F 13F 40 3B
Octal 331 123 257 0 76 23 17 477 100 73
Binary 11011001 1010011 10101111 0 111110 10011 1111 100111111 1000000 111011

Color Harmonies of #D953AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D953AF

Black with #D953AF

Text Example


Text Example

White with #D953AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D953AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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