Html Css Color HEX #D444AE Fuchsia

📋 copy color: '#D444AE'

red 212 ◦ green 68 ◦ blue 174

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

Shades of Fuchsia #D444AE

Tints of Fuchsia #D444AE

RGB

 RED value IS 212 (83.2% from 255) = 46.7%

 GREEN value IS 68 (26.95% from 255) = 14.98%

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

R = 46.7%
G = 14.98%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D444AE (or 0xD444AE) is known color: Fuchsia. HEX triplet: D4, 44 and AE. RGB value is (212,68,174). Sum of RGB (Red+Green+Blue) = 212+68+174=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 68 (26.95% from 255 or 14.98% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 212 - color contains mainly: red. Hex color #D444AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D444AE is #2BBB51. Grayscale: #7A7A7A. Windows color (decimal): -2866002 or 11420884. OLE color: 11420884.

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

Color convert

RGB 212 68 174 -
CMYK 0 0.68 0.18 0.17
HSL 315.83º 0.63% 0.55% -
HSV(B) 315.83º 0.68% 0.83% -
XYZ 36.86 21.19 42.19 -
YUV 123.14 156.71 191.38 -
System Red Green Blue C M Y K H S L
Decimal 212 68 174 0 0.68 0.18 0.17 315.83 0.63 0.55
Hex D4 44 AE 0 44 12 11 13C 3F 37
Octal 324 104 256 0 104 22 21 474 77 67
Binary 11010100 1000100 10101110 0 1000100 10010 10001 100111100 111111 110111

Color Harmonies of #D444AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D444AE

Black with #D444AE

Text Example


Text Example

White with #D444AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D444AE; }

 p { color: rgb(212,68,174); }

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

background-color css

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

 a { background-color: rgb(212,68,174); }

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

border-color css

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

 span { border-color: rgb(212,68,174); }

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