Html Css Color HEX #D14DCF Fuchsia

📋 copy color: '#D14DCF'

red 209 ◦ green 77 ◦ blue 207

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

Shades of Fuchsia #D14DCF

Tints of Fuchsia #D14DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.99%

R = 42.39%
G = 15.62%
B = 41.99%

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

#D14DCF (or 0xD14DCF) is known color: Fuchsia. HEX triplet: D1, 4D and CF. RGB value is (209,77,207). Sum of RGB (Red+Green+Blue) = 209+77+207=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 77 (30.47% from 255 or 15.62% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D14DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14DCF is #2EB230. Grayscale: #828282. Windows color (decimal): -3060273 or 13585873. OLE color: 13585873.

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

Color convert

RGB 209 77 207 -
CMYK 0 0.63 0.01 0.18
HSL 300.91º 0.59% 0.56% -
HSV(B) 300.91º 0.63% 0.82% -
XYZ 40.21 23.37 61.42 -
YUV 131.29 170.73 183.43 -
System Red Green Blue C M Y K H S L
Decimal 209 77 207 0 0.63 0.01 0.18 300.91 0.59 0.56
Hex D1 4D CF 0 3F 1 12 12D 3B 38
Octal 321 115 317 0 77 1 22 455 73 70
Binary 11010001 1001101 11001111 0 111111 1 10010 100101101 111011 111000

Color Harmonies of #D14DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14DCF

Black with #D14DCF

Text Example


Text Example

White with #D14DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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