Html Css Color HEX #D14AD0 Fuchsia

📋 copy color: '#D14AD0'

red 209 ◦ green 74 ◦ blue 208

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

Shades of Fuchsia #D14AD0

Tints of Fuchsia #D14AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.36%

R = 42.57%
G = 15.07%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D14AD0 (or 0xD14AD0) is known color: Fuchsia. HEX triplet: D1, 4A and D0. RGB value is (209,74,208). Sum of RGB (Red+Green+Blue) = 209+74+208=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 74 (29.30% from 255 or 15.07% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 209 - color contains mainly: red. Hex color #D14AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14AD0 is #2EB52F. Grayscale: #818181. Windows color (decimal): -3061040 or 13650641. OLE color: 13650641.

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

Color convert

RGB 209 74 208 -
CMYK 0 0.65 0.00 0.18
HSL 300.44º 0.59% 0.55% -
HSV(B) 300.44º 0.65% 0.82% -
XYZ 40.13 23.01 62 -
YUV 129.64 172.23 184.6 -
System Red Green Blue C M Y K H S L
Decimal 209 74 208 0 0.65 0.00 0.18 300.44 0.59 0.55
Hex D1 4A D0 0 41 0 12 12C 3B 37
Octal 321 112 320 0 101 0 22 454 73 67
Binary 11010001 1001010 11010000 0 1000001 0 10010 100101100 111011 110111

Color Harmonies of #D14AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14AD0

Black with #D14AD0

Text Example


Text Example

White with #D14AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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