Html Css Color HEX #D14CAF Fuchsia

📋 copy color: '#D14CAF'

red 209 ◦ green 76 ◦ blue 175

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

Shades of Fuchsia #D14CAF

Tints of Fuchsia #D14CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.04%

R = 45.43%
G = 16.52%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D14CAF (or 0xD14CAF) is known color: Fuchsia. HEX triplet: D1, 4C and AF. RGB value is (209,76,175). Sum of RGB (Red+Green+Blue) = 209+76+175=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 76 (30.08% from 255 or 16.52% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 209 - color contains mainly: red. Hex color #D14CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14CAF is #2EB350. Grayscale: #7E7E7E. Windows color (decimal): -3060561 or 11488465. OLE color: 11488465.

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

Color convert

RGB 209 76 175 -
CMYK 0 0.64 0.16 0.18
HSL 315.34º 0.59% 0.56% -
HSV(B) 315.34º 0.64% 0.82% -
XYZ 36.62 21.82 42.84 -
YUV 127.05 155.06 186.45 -
System Red Green Blue C M Y K H S L
Decimal 209 76 175 0 0.64 0.16 0.18 315.34 0.59 0.56
Hex D1 4C AF 0 40 10 12 13B 3B 38
Octal 321 114 257 0 100 20 22 473 73 70
Binary 11010001 1001100 10101111 0 1000000 10000 10010 100111011 111011 111000

Color Harmonies of #D14CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14CAF

Black with #D14CAF

Text Example


Text Example

White with #D14CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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