Html Css Color HEX #D747AF Fuchsia

📋 copy color: '#D747AF'

red 215 ◦ green 71 ◦ blue 175

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

Shades of Fuchsia #D747AF

Tints of Fuchsia #D747AF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.4%

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

R = 46.64%
G = 15.4%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D747AF (or 0xD747AF) is known color: Fuchsia. HEX triplet: D7, 47 and AF. RGB value is (215,71,175). Sum of RGB (Red+Green+Blue) = 215+71+175=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 71 (28.12% from 255 or 15.40% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D747AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D747AF is #28B850. Grayscale: #7D7D7D. Windows color (decimal): -2668625 or 11487191. OLE color: 11487191.

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

Color convert

RGB 215 71 175 -
CMYK 0 0.67 0.19 0.16
HSL 316.67º 0.64% 0.56% -
HSV(B) 316.67º 0.67% 0.84% -
XYZ 38.02 22.05 42.81 -
YUV 125.91 155.71 191.54 -
System Red Green Blue C M Y K H S L
Decimal 215 71 175 0 0.67 0.19 0.16 316.67 0.64 0.56
Hex D7 47 AF 0 43 13 10 13D 40 38
Octal 327 107 257 0 103 23 20 475 100 70
Binary 11010111 1000111 10101111 0 1000011 10011 10000 100111101 1000000 111000

Color Harmonies of #D747AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D747AF

Black with #D747AF

Text Example


Text Example

White with #D747AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D747AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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