Html Css Color HEX #D14DC0 Fuchsia

📋 copy color: '#D14DC0'

red 209 ◦ green 77 ◦ blue 192

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

Shades of Fuchsia #D14DC0

Tints of Fuchsia #D14DC0

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.11%

 BLUE value IS 192 (75.39% from 255) = 40.17%

R = 43.72%
G = 16.11%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D14DC0 (or 0xD14DC0) is known color: Fuchsia. HEX triplet: D1, 4D and C0. RGB value is (209,77,192). Sum of RGB (Red+Green+Blue) = 209+77+192=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 77 (30.47% from 255 or 16.11% from 478); Blue value is 192 (75.39% from 255 or 40.17% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D14DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14DC0 is #2EB23F. Grayscale: #818181. Windows color (decimal): -3060288 or 12602833. OLE color: 12602833.

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

Color convert

RGB 209 77 192 -
CMYK 0 0.63 0.08 0.18
HSL 307.73º 0.59% 0.56% -
HSV(B) 307.73º 0.63% 0.82% -
XYZ 38.46 22.67 52.22 -
YUV 129.58 163.23 184.65 -
System Red Green Blue C M Y K H S L
Decimal 209 77 192 0 0.63 0.08 0.18 307.73 0.59 0.56
Hex D1 4D C0 0 3F 8 12 134 3B 38
Octal 321 115 300 0 77 10 22 464 73 70
Binary 11010001 1001101 11000000 0 111111 1000 10010 100110100 111011 111000

Color Harmonies of #D14DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14DC0

Black with #D14DC0

Text Example


Text Example

White with #D14DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14DC0; }

 p { color: rgb(209,77,192); }

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

background-color css

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

 a { background-color: rgb(209,77,192); }

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

border-color css

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

 span { border-color: rgb(209,77,192); }

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