Html Css Color HEX #D144AE Fuchsia

📋 copy color: '#D144AE'

red 209 ◦ green 68 ◦ blue 174

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

Shades of Fuchsia #D144AE

Tints of Fuchsia #D144AE

RGB

 RED value IS 209 (82.03% from 255) = 46.34%

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

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

R = 46.34%
G = 15.08%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D144AE (or 0xD144AE) is known color: Fuchsia. HEX triplet: D1, 44 and AE. RGB value is (209,68,174). Sum of RGB (Red+Green+Blue) = 209+68+174=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 68 (26.95% from 255 or 15.08% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 209 - color contains mainly: red. Hex color #D144AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D144AE is #2EBB51. Grayscale: #797979. Windows color (decimal): -3062610 or 11420881. OLE color: 11420881.

HSL color Cylindrical-coordinate representation of color #D144AE: hue angle of 314.89º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D144AE is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 68 174 -
CMYK 0 0.67 0.17 0.18
HSL 314.89º 0.61% 0.54% -
HSV(B) 314.89º 0.67% 0.82% -
XYZ 36 20.75 42.15 -
YUV 122.24 157.21 189.88 -
System Red Green Blue C M Y K H S L
Decimal 209 68 174 0 0.67 0.17 0.18 314.89 0.61 0.54
Hex D1 44 AE 0 43 11 12 13B 3D 36
Octal 321 104 256 0 103 21 22 473 75 66
Binary 11010001 1000100 10101110 0 1000011 10001 10010 100111011 111101 110110

Color Harmonies of #D144AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D144AE

Black with #D144AE

Text Example


Text Example

White with #D144AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D144AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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