Html Css Color HEX #D12ECC Fuchsia

📋 copy color: '#D12ECC'

red 209 ◦ green 46 ◦ blue 204

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

Shades of Fuchsia #D12ECC

Tints of Fuchsia #D12ECC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.02%

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

R = 45.53%
G = 10.02%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D12ECC (or 0xD12ECC) is known color: Fuchsia. HEX triplet: D1, 2E and CC. RGB value is (209,46,204). Sum of RGB (Red+Green+Blue) = 209+46+204=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 46 (18.36% from 255 or 10.02% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D12ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12ECC is #2ED133. Grayscale: #707070. Windows color (decimal): -3068212 or 13381329. OLE color: 13381329.

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

Color convert

RGB 209 46 204 -
CMYK 0 0.78 0.02 0.18
HSL 301.84º 0.64% 0.5% -
HSV(B) 301.84º 0.78% 0.82% -
XYZ 38.17 19.87 58.95 -
YUV 112.75 179.5 196.65 -
System Red Green Blue C M Y K H S L
Decimal 209 46 204 0 0.78 0.02 0.18 301.84 0.64 0.5
Hex D1 2E CC 0 4E 2 12 12E 40 32
Octal 321 56 314 0 116 2 22 456 100 62
Binary 11010001 101110 11001100 0 1001110 10 10010 100101110 1000000 110010

Color Harmonies of #D12ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12ECC

Black with #D12ECC

Text Example


Text Example

White with #D12ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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