Html Css Color HEX #D14AC5 Fuchsia

📋 copy color: '#D14AC5'

red 209 ◦ green 74 ◦ blue 197

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

Shades of Fuchsia #D14AC5

Tints of Fuchsia #D14AC5

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.42%

 BLUE value IS 197 (77.34% from 255) = 41.04%

R = 43.54%
G = 15.42%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D14AC5 (or 0xD14AC5) is known color: Fuchsia. HEX triplet: D1, 4A and C5. RGB value is (209,74,197). Sum of RGB (Red+Green+Blue) = 209+74+197=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 74 (29.30% from 255 or 15.42% from 480); Blue value is 197 (77.34% from 255 or 41.04% from 480); Max value from RGB is 209 - color contains mainly: red. Hex color #D14AC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14AC5 is #2EB53A. Grayscale: #808080. Windows color (decimal): -3061051 or 12929745. OLE color: 12929745.

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

Color convert

RGB 209 74 197 -
CMYK 0 0.65 0.06 0.18
HSL 305.33º 0.59% 0.55% -
HSV(B) 305.33º 0.65% 0.82% -
XYZ 38.82 22.48 55.12 -
YUV 128.39 166.73 185.5 -
System Red Green Blue C M Y K H S L
Decimal 209 74 197 0 0.65 0.06 0.18 305.33 0.59 0.55
Hex D1 4A C5 0 41 6 12 131 3B 37
Octal 321 112 305 0 101 6 22 461 73 67
Binary 11010001 1001010 11000101 0 1000001 110 10010 100110001 111011 110111

Color Harmonies of #D14AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14AC5

Black with #D14AC5

Text Example


Text Example

White with #D14AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14AC5; }

 p { color: rgb(209,74,197); }

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

background-color css

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

 a { background-color: rgb(209,74,197); }

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

border-color css

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

 span { border-color: rgb(209,74,197); }

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