Html Css Color HEX #D337AE Fuchsia

📋 copy color: '#D337AE'

red 211 ◦ green 55 ◦ blue 174

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

Shades of Fuchsia #D337AE

Tints of Fuchsia #D337AE

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.5%

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

R = 47.95%
G = 12.5%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D337AE (or 0xD337AE) is known color: Fuchsia. HEX triplet: D3, 37 and AE. RGB value is (211,55,174). Sum of RGB (Red+Green+Blue) = 211+55+174=440 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.95% from 440); Green value is 55 (21.88% from 255 or 12.5% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 211 - color contains mainly: red. Hex color #D337AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D337AE is #2CC851. Grayscale: #727272. Windows color (decimal): -2934866 or 11417555. OLE color: 11417555.

HSL color Cylindrical-coordinate representation of color #D337AE: hue angle of 314.23º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D337AE is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 55 174 -
CMYK 0 0.74 0.18 0.17
HSL 314.23º 0.64% 0.52% -
HSV(B) 314.23º 0.74% 0.83% -
XYZ 35.87 19.64 41.94 -
YUV 115.21 161.18 196.32 -
System Red Green Blue C M Y K H S L
Decimal 211 55 174 0 0.74 0.18 0.17 314.23 0.64 0.52
Hex D3 37 AE 0 4A 12 11 13A 40 34
Octal 323 67 256 0 112 22 21 472 100 64
Binary 11010011 110111 10101110 0 1001010 10010 10001 100111010 1000000 110100

Color Harmonies of #D337AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D337AE

Black with #D337AE

Text Example


Text Example

White with #D337AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D337AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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