Html Css Color HEX #D349AF Fuchsia

📋 copy color: '#D349AF'

red 211 ◦ green 73 ◦ blue 175

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

Shades of Fuchsia #D349AF

Tints of Fuchsia #D349AF

RGB

 RED value IS 211 (82.81% from 255) = 45.97%

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

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

R = 45.97%
G = 15.9%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D349AF (or 0xD349AF) is known color: Fuchsia. HEX triplet: D3, 49 and AF. RGB value is (211,73,175). Sum of RGB (Red+Green+Blue) = 211+73+175=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 73 (28.91% from 255 or 15.90% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 211 - color contains mainly: red. Hex color #D349AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D349AF is #2CB650. Grayscale: #7D7D7D. Windows color (decimal): -2930257 or 11487699. OLE color: 11487699.

HSL color Cylindrical-coordinate representation of color #D349AF: hue angle of 315.65º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D349AF is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 73 175 -
CMYK 0 0.65 0.17 0.17
HSL 315.65º 0.61% 0.56% -
HSV(B) 315.65º 0.65% 0.83% -
XYZ 36.98 21.71 42.8 -
YUV 125.89 155.72 188.71 -
System Red Green Blue C M Y K H S L
Decimal 211 73 175 0 0.65 0.17 0.17 315.65 0.61 0.56
Hex D3 49 AF 0 41 11 11 13C 3D 38
Octal 323 111 257 0 101 21 21 474 75 70
Binary 11010011 1001001 10101111 0 1000001 10001 10001 100111100 111101 111000

Color Harmonies of #D349AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D349AF

Black with #D349AF

Text Example


Text Example

White with #D349AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D349AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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