Html Css Color HEX #D14CC8 Fuchsia

📋 copy color: '#D14CC8'

red 209 ◦ green 76 ◦ blue 200

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

Shades of Fuchsia #D14CC8

Tints of Fuchsia #D14CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.24%

R = 43.09%
G = 15.67%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D14CC8 (or 0xD14CC8) is known color: Fuchsia. HEX triplet: D1, 4C and C8. RGB value is (209,76,200). Sum of RGB (Red+Green+Blue) = 209+76+200=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 76 (30.08% from 255 or 15.67% from 485); Blue value is 200 (78.52% from 255 or 41.24% from 485); Max value from RGB is 209 - color contains mainly: red. Hex color #D14CC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14CC8 is #2EB337. Grayscale: #818181. Windows color (decimal): -3060536 or 13126865. OLE color: 13126865.

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

Color convert

RGB 209 76 200 -
CMYK 0 0.64 0.04 0.18
HSL 304.06º 0.59% 0.56% -
HSV(B) 304.06º 0.64% 0.82% -
XYZ 39.3 22.89 56.99 -
YUV 129.9 167.56 184.42 -
System Red Green Blue C M Y K H S L
Decimal 209 76 200 0 0.64 0.04 0.18 304.06 0.59 0.56
Hex D1 4C C8 0 40 4 12 130 3B 38
Octal 321 114 310 0 100 4 22 460 73 70
Binary 11010001 1001100 11001000 0 1000000 100 10010 100110000 111011 111000

Color Harmonies of #D14CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14CC8

Black with #D14CC8

Text Example


Text Example

White with #D14CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14CC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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