Html Css Color HEX #D12CC6 Fuchsia

📋 copy color: '#D12CC6'

red 209 ◦ green 44 ◦ blue 198

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

Shades of Fuchsia #D12CC6

Tints of Fuchsia #D12CC6

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.76%

 BLUE value IS 198 (77.73% from 255) = 43.9%

R = 46.34%
G = 9.76%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D12CC6 (or 0xD12CC6) is known color: Fuchsia. HEX triplet: D1, 2C and C6. RGB value is (209,44,198). Sum of RGB (Red+Green+Blue) = 209+44+198=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 44 (17.58% from 255 or 9.76% from 451); Blue value is 198 (77.73% from 255 or 43.90% from 451); Max value from RGB is 209 - color contains mainly: red. Hex color #D12CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12CC6 is #2ED339. Grayscale: #6E6E6E. Windows color (decimal): -3068730 or 12987601. OLE color: 12987601.

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

Color convert

RGB 209 44 198 -
CMYK 0 0.79 0.05 0.18
HSL 304º 0.65% 0.5% -
HSV(B) 304º 0.79% 0.82% -
XYZ 37.39 19.43 55.21 -
YUV 110.89 177.16 197.98 -
System Red Green Blue C M Y K H S L
Decimal 209 44 198 0 0.79 0.05 0.18 304 0.65 0.5
Hex D1 2C C6 0 4F 5 12 130 41 32
Octal 321 54 306 0 117 5 22 460 101 62
Binary 11010001 101100 11000110 0 1001111 101 10010 100110000 1000001 110010

Color Harmonies of #D12CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12CC6

Black with #D12CC6

Text Example


Text Example

White with #D12CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12CC6; }

 p { color: rgb(209,44,198); }

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

background-color css

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

 a { background-color: rgb(209,44,198); }

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

border-color css

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

 span { border-color: rgb(209,44,198); }

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