Html Css Color HEX #D93EAF Fuchsia

📋 copy color: '#D93EAF'

red 217 ◦ green 62 ◦ blue 175

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

Shades of Fuchsia #D93EAF

Tints of Fuchsia #D93EAF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.66%

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

R = 47.8%
G = 13.66%
B = 38.55%

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

#D93EAF (or 0xD93EAF) is known color: Fuchsia. HEX triplet: D9, 3E and AF. RGB value is (217,62,175). Sum of RGB (Red+Green+Blue) = 217+62+175=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 62 (24.61% from 255 or 13.66% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D93EAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93EAF is #26C150. Grayscale: #787878. Windows color (decimal): -2539857 or 11484889. OLE color: 11484889.

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

Color convert

RGB 217 62 175 -
CMYK 0 0.71 0.19 0.15
HSL 316.26º 0.67% 0.55% -
HSV(B) 316.26º 0.71% 0.85% -
XYZ 38.08 21.29 42.66 -
YUV 121.23 158.35 196.31 -
System Red Green Blue C M Y K H S L
Decimal 217 62 175 0 0.71 0.19 0.15 316.26 0.67 0.55
Hex D9 3E AF 0 47 13 F 13C 43 37
Octal 331 76 257 0 107 23 17 474 103 67
Binary 11011001 111110 10101111 0 1000111 10011 1111 100111100 1000011 110111

Color Harmonies of #D93EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93EAF

Black with #D93EAF

Text Example


Text Example

White with #D93EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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