Html Css Color HEX #D14CAE Fuchsia

📋 copy color: '#D14CAE'

red 209 ◦ green 76 ◦ blue 174

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

Shades of Fuchsia #D14CAE

Tints of Fuchsia #D14CAE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.56%

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

R = 45.53%
G = 16.56%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D14CAE (or 0xD14CAE) is known color: Fuchsia. HEX triplet: D1, 4C and AE. RGB value is (209,76,174). Sum of RGB (Red+Green+Blue) = 209+76+174=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 76 (30.08% from 255 or 16.56% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D14CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14CAE is #2EB351. Grayscale: #7E7E7E. Windows color (decimal): -3060562 or 11422929. OLE color: 11422929.

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

Color convert

RGB 209 76 174 -
CMYK 0 0.64 0.17 0.18
HSL 315.79º 0.59% 0.56% -
HSV(B) 315.79º 0.64% 0.82% -
XYZ 36.52 21.78 42.32 -
YUV 126.94 154.56 186.53 -
System Red Green Blue C M Y K H S L
Decimal 209 76 174 0 0.64 0.17 0.18 315.79 0.59 0.56
Hex D1 4C AE 0 40 11 12 13C 3B 38
Octal 321 114 256 0 100 21 22 474 73 70
Binary 11010001 1001100 10101110 0 1000000 10001 10010 100111100 111011 111000

Color Harmonies of #D14CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14CAE

Black with #D14CAE

Text Example


Text Example

White with #D14CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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