Html Css Color HEX #D73DAF Fuchsia

📋 copy color: '#D73DAF'

red 215 ◦ green 61 ◦ blue 175

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

Shades of Fuchsia #D73DAF

Tints of Fuchsia #D73DAF

RGB

 RED value IS 215 (84.38% from 255) = 47.67%

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

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

R = 47.67%
G = 13.53%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D73DAF (or 0xD73DAF) is known color: Fuchsia. HEX triplet: D7, 3D and AF. RGB value is (215,61,175). Sum of RGB (Red+Green+Blue) = 215+61+175=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 61 (24.22% from 255 or 13.53% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D73DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73DAF is #28C250. Grayscale: #777777. Windows color (decimal): -2671185 or 11484631. OLE color: 11484631.

HSL color Cylindrical-coordinate representation of color #D73DAF: hue angle of 315.58º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D73DAF is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 61 175 -
CMYK 0 0.72 0.19 0.16
HSL 315.58º 0.66% 0.54% -
HSV(B) 315.58º 0.72% 0.84% -
XYZ 37.43 20.88 42.61 -
YUV 120.04 159.02 195.73 -
System Red Green Blue C M Y K H S L
Decimal 215 61 175 0 0.72 0.19 0.16 315.58 0.66 0.54
Hex D7 3D AF 0 48 13 10 13C 42 36
Octal 327 75 257 0 110 23 20 474 102 66
Binary 11010111 111101 10101111 0 1001000 10011 10000 100111100 1000010 110110

Color Harmonies of #D73DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73DAF

Black with #D73DAF

Text Example


Text Example

White with #D73DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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