Html Css Color HEX #D14CCD Fuchsia

📋 copy color: '#D14CCD'

red 209 ◦ green 76 ◦ blue 205

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

Shades of Fuchsia #D14CCD

Tints of Fuchsia #D14CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.84%

R = 42.65%
G = 15.51%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D14CCD (or 0xD14CCD) is known color: Fuchsia. HEX triplet: D1, 4C and CD. RGB value is (209,76,205). Sum of RGB (Red+Green+Blue) = 209+76+205=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 76 (30.08% from 255 or 15.51% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 209 - color contains mainly: red. Hex color #D14CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14CCD is #2EB332. Grayscale: #828282. Windows color (decimal): -3060531 or 13454545. OLE color: 13454545.

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

Color convert

RGB 209 76 205 -
CMYK 0 0.64 0.02 0.18
HSL 301.8º 0.59% 0.56% -
HSV(B) 301.8º 0.64% 0.82% -
XYZ 39.9 23.13 60.12 -
YUV 130.47 170.06 184.01 -
System Red Green Blue C M Y K H S L
Decimal 209 76 205 0 0.64 0.02 0.18 301.8 0.59 0.56
Hex D1 4C CD 0 40 2 12 12E 3B 38
Octal 321 114 315 0 100 2 22 456 73 70
Binary 11010001 1001100 11001101 0 1000000 10 10010 100101110 111011 111000

Color Harmonies of #D14CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14CCD

Black with #D14CCD

Text Example


Text Example

White with #D14CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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