Html Css Color HEX #D75DAF Fuchsia

📋 copy color: '#D75DAF'

red 215 ◦ green 93 ◦ blue 175

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

Shades of Fuchsia #D75DAF

Tints of Fuchsia #D75DAF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.25%

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

R = 44.51%
G = 19.25%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D75DAF (or 0xD75DAF) is known color: Fuchsia. HEX triplet: D7, 5D and AF. RGB value is (215,93,175). Sum of RGB (Red+Green+Blue) = 215+93+175=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 93 (36.72% from 255 or 19.25% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D75DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75DAF is #28A250. Grayscale: #8A8A8A. Windows color (decimal): -2662993 or 11492823. OLE color: 11492823.

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

Color convert

RGB 215 93 175 -
CMYK 0 0.57 0.19 0.16
HSL 319.67º 0.6% 0.6% -
HSV(B) 319.67º 0.57% 0.84% -
XYZ 39.68 25.37 43.36 -
YUV 138.83 148.42 182.33 -
System Red Green Blue C M Y K H S L
Decimal 215 93 175 0 0.57 0.19 0.16 319.67 0.6 0.6
Hex D7 5D AF 0 39 13 10 140 3C 3C
Octal 327 135 257 0 71 23 20 500 74 74
Binary 11010111 1011101 10101111 0 111001 10011 10000 101000000 111100 111100

Color Harmonies of #D75DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75DAF

Black with #D75DAF

Text Example


Text Example

White with #D75DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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