Html Css Color HEX #D14DCE Fuchsia

📋 copy color: '#D14DCE'

red 209 ◦ green 77 ◦ blue 206

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

Shades of Fuchsia #D14DCE

Tints of Fuchsia #D14DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.87%

R = 42.48%
G = 15.65%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D14DCE (or 0xD14DCE) is known color: Fuchsia. HEX triplet: D1, 4D and CE. RGB value is (209,77,206). Sum of RGB (Red+Green+Blue) = 209+77+206=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 77 (30.47% from 255 or 15.65% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 209 - color contains mainly: red. Hex color #D14DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14DCE is #2EB231. Grayscale: #828282. Windows color (decimal): -3060274 or 13520337. OLE color: 13520337.

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

Color convert

RGB 209 77 206 -
CMYK 0 0.63 0.01 0.18
HSL 301.36º 0.59% 0.56% -
HSV(B) 301.36º 0.63% 0.82% -
XYZ 40.09 23.32 60.78 -
YUV 131.17 170.23 183.51 -
System Red Green Blue C M Y K H S L
Decimal 209 77 206 0 0.63 0.01 0.18 301.36 0.59 0.56
Hex D1 4D CE 0 3F 1 12 12D 3B 38
Octal 321 115 316 0 77 1 22 455 73 70
Binary 11010001 1001101 11001110 0 111111 1 10010 100101101 111011 111000

Color Harmonies of #D14DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14DCE

Black with #D14DCE

Text Example


Text Example

White with #D14DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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