Html Css Color HEX #D14DAE Fuchsia

📋 copy color: '#D14DAE'

red 209 ◦ green 77 ◦ blue 174

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

Shades of Fuchsia #D14DAE

Tints of Fuchsia #D14DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.74%

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

R = 45.43%
G = 16.74%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D14DAE (or 0xD14DAE) is known color: Fuchsia. HEX triplet: D1, 4D and AE. RGB value is (209,77,174). Sum of RGB (Red+Green+Blue) = 209+77+174=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 174 (68.36% from 255 or 37.83% from 460); Max value from RGB is 209 - color contains mainly: red. Hex color #D14DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D14DAE is #2EB251. Grayscale: #7F7F7F. Windows color (decimal): -3060306 or 11423185. OLE color: 11423185.

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

Color convert

RGB 209 77 174 -
CMYK 0 0.63 0.17 0.18
HSL 315.91º 0.59% 0.56% -
HSV(B) 315.91º 0.63% 0.82% -
XYZ 36.59 21.92 42.35 -
YUV 127.53 154.23 186.11 -
System Red Green Blue C M Y K H S L
Decimal 209 77 174 0 0.63 0.17 0.18 315.91 0.59 0.56
Hex D1 4D AE 0 3F 11 12 13C 3B 38
Octal 321 115 256 0 77 21 22 474 73 70
Binary 11010001 1001101 10101110 0 111111 10001 10010 100111100 111011 111000

Color Harmonies of #D14DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14DAE

Black with #D14DAE

Text Example


Text Example

White with #D14DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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