Html Css Color HEX #D14DD0 Fuchsia

📋 copy color: '#D14DD0'

red 209 ◦ green 77 ◦ blue 208

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

Shades of Fuchsia #D14DD0

Tints of Fuchsia #D14DD0

RGB

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

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

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

R = 42.31%
G = 15.59%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D14DD0 (or 0xD14DD0) is known color: Fuchsia. HEX triplet: D1, 4D and D0. RGB value is (209,77,208). Sum of RGB (Red+Green+Blue) = 209+77+208=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 77 (30.47% from 255 or 15.59% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 209 - color contains mainly: red. Hex color #D14DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14DD0 is #2EB22F. Grayscale: #838383. Windows color (decimal): -3060272 or 13651409. OLE color: 13651409.

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

Color convert

RGB 209 77 208 -
CMYK 0 0.63 0.00 0.18
HSL 300.45º 0.59% 0.56% -
HSV(B) 300.45º 0.63% 0.82% -
XYZ 40.33 23.42 62.07 -
YUV 131.4 171.23 183.35 -
System Red Green Blue C M Y K H S L
Decimal 209 77 208 0 0.63 0.00 0.18 300.45 0.59 0.56
Hex D1 4D D0 0 3F 0 12 12C 3B 38
Octal 321 115 320 0 77 0 22 454 73 70
Binary 11010001 1001101 11010000 0 111111 0 10010 100101100 111011 111000

Color Harmonies of #D14DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14DD0

Black with #D14DD0

Text Example


Text Example

White with #D14DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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