Html Css Color HEX #D14CCC Fuchsia

📋 copy color: '#D14CCC'

red 209 ◦ green 76 ◦ blue 204

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

Shades of Fuchsia #D14CCC

Tints of Fuchsia #D14CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.72%

R = 42.74%
G = 15.54%
B = 41.72%

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

#D14CCC (or 0xD14CCC) is known color: Fuchsia. HEX triplet: D1, 4C and CC. RGB value is (209,76,204). Sum of RGB (Red+Green+Blue) = 209+76+204=489 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.74% from 489); Green value is 76 (30.08% from 255 or 15.54% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 209 - color contains mainly: red. Hex color #D14CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14CCC is #2EB333. Grayscale: #818181. Windows color (decimal): -3060532 or 13389009. OLE color: 13389009.

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

Color convert

RGB 209 76 204 -
CMYK 0 0.64 0.02 0.18
HSL 302.26º 0.59% 0.56% -
HSV(B) 302.26º 0.64% 0.82% -
XYZ 39.78 23.08 59.49 -
YUV 130.36 169.56 184.09 -
System Red Green Blue C M Y K H S L
Decimal 209 76 204 0 0.64 0.02 0.18 302.26 0.59 0.56
Hex D1 4C CC 0 40 2 12 12E 3B 38
Octal 321 114 314 0 100 2 22 456 73 70
Binary 11010001 1001100 11001100 0 1000000 10 10010 100101110 111011 111000

Color Harmonies of #D14CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14CCC

Black with #D14CCC

Text Example


Text Example

White with #D14CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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