Html Css Color HEX #D749AF Fuchsia

📋 copy color: '#D749AF'

red 215 ◦ green 73 ◦ blue 175

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

Shades of Fuchsia #D749AF

Tints of Fuchsia #D749AF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.77%

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

R = 46.44%
G = 15.77%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D749AF (or 0xD749AF) is known color: Fuchsia. HEX triplet: D7, 49 and AF. RGB value is (215,73,175). Sum of RGB (Red+Green+Blue) = 215+73+175=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D749AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D749AF is #28B650. Grayscale: #7E7E7E. Windows color (decimal): -2668113 or 11487703. OLE color: 11487703.

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

Color convert

RGB 215 73 175 -
CMYK 0 0.66 0.19 0.16
HSL 316.9º 0.64% 0.56% -
HSV(B) 316.9º 0.66% 0.84% -
XYZ 38.14 22.31 42.85 -
YUV 127.09 155.04 190.71 -
System Red Green Blue C M Y K H S L
Decimal 215 73 175 0 0.66 0.19 0.16 316.9 0.64 0.56
Hex D7 49 AF 0 42 13 10 13D 40 38
Octal 327 111 257 0 102 23 20 475 100 70
Binary 11010111 1001001 10101111 0 1000010 10011 10000 100111101 1000000 111000

Color Harmonies of #D749AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D749AF

Black with #D749AF

Text Example


Text Example

White with #D749AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D749AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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