Html Css Color HEX #D14CC6 Fuchsia

📋 copy color: '#D14CC6'

red 209 ◦ green 76 ◦ blue 198

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

Shades of Fuchsia #D14CC6

Tints of Fuchsia #D14CC6

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.73%

 BLUE value IS 198 (77.73% from 255) = 40.99%

R = 43.27%
G = 15.73%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D14CC6 (or 0xD14CC6) is known color: Fuchsia. HEX triplet: D1, 4C and C6. RGB value is (209,76,198). Sum of RGB (Red+Green+Blue) = 209+76+198=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 76 (30.08% from 255 or 15.73% from 483); Blue value is 198 (77.73% from 255 or 40.99% from 483); Max value from RGB is 209 - color contains mainly: red. Hex color #D14CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14CC6 is #2EB339. Grayscale: #818181. Windows color (decimal): -3060538 or 12995793. OLE color: 12995793.

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

Color convert

RGB 209 76 198 -
CMYK 0 0.64 0.05 0.18
HSL 304.96º 0.59% 0.56% -
HSV(B) 304.96º 0.64% 0.82% -
XYZ 39.07 22.8 55.77 -
YUV 129.68 166.56 184.58 -
System Red Green Blue C M Y K H S L
Decimal 209 76 198 0 0.64 0.05 0.18 304.96 0.59 0.56
Hex D1 4C C6 0 40 5 12 131 3B 38
Octal 321 114 306 0 100 5 22 461 73 70
Binary 11010001 1001100 11000110 0 1000000 101 10010 100110001 111011 111000

Color Harmonies of #D14CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14CC6

Black with #D14CC6

Text Example


Text Example

White with #D14CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14CC6; }

 p { color: rgb(209,76,198); }

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

background-color css

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

 a { background-color: rgb(209,76,198); }

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

border-color css

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

 span { border-color: rgb(209,76,198); }

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