Html Css Color HEX #D93FAF Fuchsia

📋 copy color: '#D93FAF'

red 217 ◦ green 63 ◦ blue 175

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

Shades of Fuchsia #D93FAF

Tints of Fuchsia #D93FAF

RGB

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

 GREEN value IS 63 (25% from 255) = 13.85%

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

R = 47.69%
G = 13.85%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D93FAF (or 0xD93FAF) is known color: Fuchsia. HEX triplet: D9, 3F and AF. RGB value is (217,63,175). Sum of RGB (Red+Green+Blue) = 217+63+175=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 63 (25% from 255 or 13.85% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 217 - color contains mainly: red. Hex color #D93FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93FAF is #26C050. Grayscale: #797979. Windows color (decimal): -2539601 or 11485145. OLE color: 11485145.

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

Color convert

RGB 217 63 175 -
CMYK 0 0.71 0.19 0.15
HSL 316.36º 0.67% 0.55% -
HSV(B) 316.36º 0.71% 0.85% -
XYZ 38.13 21.4 42.68 -
YUV 121.81 158.02 195.89 -
System Red Green Blue C M Y K H S L
Decimal 217 63 175 0 0.71 0.19 0.15 316.36 0.67 0.55
Hex D9 3F AF 0 47 13 F 13C 43 37
Octal 331 77 257 0 107 23 17 474 103 67
Binary 11011001 111111 10101111 0 1000111 10011 1111 100111100 1000011 110111

Color Harmonies of #D93FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93FAF

Black with #D93FAF

Text Example


Text Example

White with #D93FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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