Html Css Color HEX #D12FC2 Fuchsia

📋 copy color: '#D12FC2'

red 209 ◦ green 47 ◦ blue 194

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

Shades of Fuchsia #D12FC2

Tints of Fuchsia #D12FC2

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.44%

 BLUE value IS 194 (76.17% from 255) = 43.11%

R = 46.44%
G = 10.44%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D12FC2 (or 0xD12FC2) is known color: Fuchsia. HEX triplet: D1, 2F and C2. RGB value is (209,47,194). Sum of RGB (Red+Green+Blue) = 209+47+194=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 47 (18.75% from 255 or 10.44% from 450); Blue value is 194 (76.17% from 255 or 43.11% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D12FC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12FC2 is #2ED03D. Grayscale: #6F6F6F. Windows color (decimal): -3067966 or 12726225. OLE color: 12726225.

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

Color convert

RGB 209 47 194 -
CMYK 0 0.78 0.07 0.18
HSL 305.56º 0.64% 0.5% -
HSV(B) 305.56º 0.78% 0.82% -
XYZ 37.05 19.48 52.85 -
YUV 112.2 174.17 197.05 -
System Red Green Blue C M Y K H S L
Decimal 209 47 194 0 0.78 0.07 0.18 305.56 0.64 0.5
Hex D1 2F C2 0 4E 7 12 132 40 32
Octal 321 57 302 0 116 7 22 462 100 62
Binary 11010001 101111 11000010 0 1001110 111 10010 100110010 1000000 110010

Color Harmonies of #D12FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12FC2

Black with #D12FC2

Text Example


Text Example

White with #D12FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12FC2; }

 p { color: rgb(209,47,194); }

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

background-color css

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

 a { background-color: rgb(209,47,194); }

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

border-color css

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

 span { border-color: rgb(209,47,194); }

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