Html Css Color HEX #D14BAE Fuchsia

📋 copy color: '#D14BAE'

red 209 ◦ green 75 ◦ blue 174

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

Shades of Fuchsia #D14BAE

Tints of Fuchsia #D14BAE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.38%

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

R = 45.63%
G = 16.38%
B = 37.99%

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

#D14BAE (or 0xD14BAE) is known color: Fuchsia. HEX triplet: D1, 4B and AE. RGB value is (209,75,174). Sum of RGB (Red+Green+Blue) = 209+75+174=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 75 (29.69% from 255 or 16.38% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 209 - color contains mainly: red. Hex color #D14BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14BAE is #2EB451. Grayscale: #7E7E7E. Windows color (decimal): -3060818 or 11422673. OLE color: 11422673.

HSL color Cylindrical-coordinate representation of color #D14BAE: hue angle of 315.67º 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 #D14BAE is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 75 174 -
CMYK 0 0.64 0.17 0.18
HSL 315.67º 0.59% 0.56% -
HSV(B) 315.67º 0.64% 0.82% -
XYZ 36.45 21.64 42.3 -
YUV 126.35 154.89 186.95 -
System Red Green Blue C M Y K H S L
Decimal 209 75 174 0 0.64 0.17 0.18 315.67 0.59 0.56
Hex D1 4B AE 0 40 11 12 13C 3B 38
Octal 321 113 256 0 100 21 22 474 73 70
Binary 11010001 1001011 10101110 0 1000000 10001 10010 100111100 111011 111000

Color Harmonies of #D14BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14BAE

Black with #D14BAE

Text Example


Text Example

White with #D14BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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