Html Css Color HEX #D93FAE Fuchsia

📋 copy color: '#D93FAE'

red 217 ◦ green 63 ◦ blue 174

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

Shades of Fuchsia #D93FAE

Tints of Fuchsia #D93FAE

RGB

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

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

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

R = 47.8%
G = 13.88%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D93FAE (or 0xD93FAE) is known color: Fuchsia. HEX triplet: D9, 3F and AE. RGB value is (217,63,174). Sum of RGB (Red+Green+Blue) = 217+63+174=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 63 (25% from 255 or 13.88% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D93FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93FAE is #26C051. Grayscale: #797979. Windows color (decimal): -2539602 or 11419609. OLE color: 11419609.

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

Color convert

RGB 217 63 174 -
CMYK 0 0.71 0.20 0.15
HSL 316.75º 0.67% 0.55% -
HSV(B) 316.75º 0.71% 0.85% -
XYZ 38.03 21.36 42.16 -
YUV 121.7 157.52 195.97 -
System Red Green Blue C M Y K H S L
Decimal 217 63 174 0 0.71 0.20 0.15 316.75 0.67 0.55
Hex D9 3F AE 0 47 14 F 13D 43 37
Octal 331 77 256 0 107 24 17 475 103 67
Binary 11011001 111111 10101110 0 1000111 10100 1111 100111101 1000011 110111

Color Harmonies of #D93FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93FAE

Black with #D93FAE

Text Example


Text Example

White with #D93FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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