Html Css Color HEX #D12DCC Fuchsia

📋 copy color: '#D12DCC'

red 209 ◦ green 45 ◦ blue 204

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

Shades of Fuchsia #D12DCC

Tints of Fuchsia #D12DCC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.83%

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

R = 45.63%
G = 9.83%
B = 44.54%

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

#D12DCC (or 0xD12DCC) is known color: Fuchsia. HEX triplet: D1, 2D and CC. RGB value is (209,45,204). Sum of RGB (Red+Green+Blue) = 209+45+204=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 45 (17.97% from 255 or 9.83% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 209 - color contains mainly: red. Hex color #D12DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12DCC is #2ED233. Grayscale: #6F6F6F. Windows color (decimal): -3068468 or 13381073. OLE color: 13381073.

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

Color convert

RGB 209 45 204 -
CMYK 0 0.78 0.02 0.18
HSL 301.83º 0.65% 0.5% -
HSV(B) 301.83º 0.78% 0.82% -
XYZ 38.13 19.79 58.94 -
YUV 112.16 179.83 197.07 -
System Red Green Blue C M Y K H S L
Decimal 209 45 204 0 0.78 0.02 0.18 301.83 0.65 0.5
Hex D1 2D CC 0 4E 2 12 12E 41 32
Octal 321 55 314 0 116 2 22 456 101 62
Binary 11010001 101101 11001100 0 1001110 10 10010 100101110 1000001 110010

Color Harmonies of #D12DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12DCC

Black with #D12DCC

Text Example


Text Example

White with #D12DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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