Html Css Color HEX #D740AF Fuchsia

📋 copy color: '#D740AF'

red 215 ◦ green 64 ◦ blue 175

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

Shades of Fuchsia #D740AF

Tints of Fuchsia #D740AF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.1%

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

R = 47.36%
G = 14.1%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D740AF (or 0xD740AF) is known color: Fuchsia. HEX triplet: D7, 40 and AF. RGB value is (215,64,175). Sum of RGB (Red+Green+Blue) = 215+64+175=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D740AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D740AF is #28BF50. Grayscale: #797979. Windows color (decimal): -2670417 or 11485399. OLE color: 11485399.

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

Color convert

RGB 215 64 175 -
CMYK 0 0.70 0.19 0.16
HSL 315.89º 0.65% 0.55% -
HSV(B) 315.89º 0.7% 0.84% -
XYZ 37.6 21.21 42.67 -
YUV 121.8 158.03 194.47 -
System Red Green Blue C M Y K H S L
Decimal 215 64 175 0 0.70 0.19 0.16 315.89 0.65 0.55
Hex D7 40 AF 0 46 13 10 13C 41 37
Octal 327 100 257 0 106 23 20 474 101 67
Binary 11010111 1000000 10101111 0 1000110 10011 10000 100111100 1000001 110111

Color Harmonies of #D740AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D740AF

Black with #D740AF

Text Example


Text Example

White with #D740AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D740AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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