Html Css Color HEX #D74DAF Fuchsia

📋 copy color: '#D74DAF'

red 215 ◦ green 77 ◦ blue 175

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

Shades of Fuchsia #D74DAF

Tints of Fuchsia #D74DAF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.49%

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

R = 46.04%
G = 16.49%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D74DAF (or 0xD74DAF) is known color: Fuchsia. HEX triplet: D7, 4D and AF. RGB value is (215,77,175). Sum of RGB (Red+Green+Blue) = 215+77+175=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 77 (30.47% from 255 or 16.49% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D74DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74DAF is #28B250. Grayscale: #818181. Windows color (decimal): -2667089 or 11488727. OLE color: 11488727.

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

Color convert

RGB 215 77 175 -
CMYK 0 0.64 0.19 0.16
HSL 317.39º 0.63% 0.57% -
HSV(B) 317.39º 0.64% 0.84% -
XYZ 38.42 22.85 42.94 -
YUV 129.43 153.72 189.03 -
System Red Green Blue C M Y K H S L
Decimal 215 77 175 0 0.64 0.19 0.16 317.39 0.63 0.57
Hex D7 4D AF 0 40 13 10 13D 3F 39
Octal 327 115 257 0 100 23 20 475 77 71
Binary 11010111 1001101 10101111 0 1000000 10011 10000 100111101 111111 111001

Color Harmonies of #D74DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74DAF

Black with #D74DAF

Text Example


Text Example

White with #D74DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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