Html Css Color HEX #D953AE Fuchsia

📋 copy color: '#D953AE'

red 217 ◦ green 83 ◦ blue 174

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

Shades of Fuchsia #D953AE

Tints of Fuchsia #D953AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.71%

R = 45.78%
G = 17.51%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D953AE (or 0xD953AE) is known color: Fuchsia. HEX triplet: D9, 53 and AE. RGB value is (217,83,174). Sum of RGB (Red+Green+Blue) = 217+83+174=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 83 (32.81% from 255 or 17.51% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D953AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D953AE is #26AC51. Grayscale: #858585. Windows color (decimal): -2534482 or 11424729. OLE color: 11424729.

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

Color convert

RGB 217 83 174 -
CMYK 0 0.62 0.20 0.15
HSL 319.25º 0.64% 0.59% -
HSV(B) 319.25º 0.62% 0.85% -
XYZ 39.35 23.99 42.6 -
YUV 133.44 150.89 187.6 -
System Red Green Blue C M Y K H S L
Decimal 217 83 174 0 0.62 0.20 0.15 319.25 0.64 0.59
Hex D9 53 AE 0 3E 14 F 13F 40 3B
Octal 331 123 256 0 76 24 17 477 100 73
Binary 11011001 1010011 10101110 0 111110 10100 1111 100111111 1000000 111011

Color Harmonies of #D953AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D953AE

Black with #D953AE

Text Example


Text Example

White with #D953AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D953AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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