Html Css Color HEX #D93DAF Fuchsia

📋 copy color: '#D93DAF'

red 217 ◦ green 61 ◦ blue 175

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

Shades of Fuchsia #D93DAF

Tints of Fuchsia #D93DAF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.47%

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

R = 47.9%
G = 13.47%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D93DAF (or 0xD93DAF) is known color: Fuchsia. HEX triplet: D9, 3D and AF. RGB value is (217,61,175). Sum of RGB (Red+Green+Blue) = 217+61+175=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 61 (24.22% from 255 or 13.47% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D93DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93DAF is #26C250. Grayscale: #787878. Windows color (decimal): -2540113 or 11484633. OLE color: 11484633.

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

Color convert

RGB 217 61 175 -
CMYK 0 0.72 0.19 0.15
HSL 316.15º 0.67% 0.55% -
HSV(B) 316.15º 0.72% 0.85% -
XYZ 38.02 21.18 42.64 -
YUV 120.64 158.68 196.73 -
System Red Green Blue C M Y K H S L
Decimal 217 61 175 0 0.72 0.19 0.15 316.15 0.67 0.55
Hex D9 3D AF 0 48 13 F 13C 43 37
Octal 331 75 257 0 110 23 17 474 103 67
Binary 11011001 111101 10101111 0 1001000 10011 1111 100111100 1000011 110111

Color Harmonies of #D93DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93DAF

Black with #D93DAF

Text Example


Text Example

White with #D93DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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