Html Css Color HEX #D349AE Fuchsia

📋 copy color: '#D349AE'

red 211 ◦ green 73 ◦ blue 174

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

Shades of Fuchsia #D349AE

Tints of Fuchsia #D349AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.99%

R = 46.07%
G = 15.94%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D349AE (or 0xD349AE) is known color: Fuchsia. HEX triplet: D3, 49 and AE. RGB value is (211,73,174). Sum of RGB (Red+Green+Blue) = 211+73+174=458 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.07% from 458); Green value is 73 (28.91% from 255 or 15.94% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 211 - color contains mainly: red. Hex color #D349AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D349AE is #2CB651. Grayscale: #7D7D7D. Windows color (decimal): -2930258 or 11422163. OLE color: 11422163.

HSL color Cylindrical-coordinate representation of color #D349AE: hue angle of 316.09º 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 #D349AE is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 73 174 -
CMYK 0 0.65 0.18 0.17
HSL 316.09º 0.61% 0.56% -
HSV(B) 316.09º 0.65% 0.83% -
XYZ 36.89 21.67 42.28 -
YUV 125.78 155.22 188.79 -
System Red Green Blue C M Y K H S L
Decimal 211 73 174 0 0.65 0.18 0.17 316.09 0.61 0.56
Hex D3 49 AE 0 41 12 11 13C 3D 38
Octal 323 111 256 0 101 22 21 474 75 70
Binary 11010011 1001001 10101110 0 1000001 10010 10001 100111100 111101 111000

Color Harmonies of #D349AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D349AE

Black with #D349AE

Text Example


Text Example

White with #D349AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D349AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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