Html Css Color HEX #D12FCA Fuchsia

📋 copy color: '#D12FCA'

red 209 ◦ green 47 ◦ blue 202

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

Shades of Fuchsia #D12FCA

Tints of Fuchsia #D12FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.1%

R = 45.63%
G = 10.26%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D12FCA (or 0xD12FCA) is known color: Fuchsia. HEX triplet: D1, 2F and CA. RGB value is (209,47,202). Sum of RGB (Red+Green+Blue) = 209+47+202=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 47 (18.75% from 255 or 10.26% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 209 - color contains mainly: red. Hex color #D12FCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12FCA is #2ED035. Grayscale: #707070. Windows color (decimal): -3067958 or 13250513. OLE color: 13250513.

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

Color convert

RGB 209 47 202 -
CMYK 0 0.78 0.03 0.18
HSL 302.59º 0.64% 0.5% -
HSV(B) 302.59º 0.78% 0.82% -
XYZ 37.97 19.85 57.71 -
YUV 113.11 178.17 196.4 -
System Red Green Blue C M Y K H S L
Decimal 209 47 202 0 0.78 0.03 0.18 302.59 0.64 0.5
Hex D1 2F CA 0 4E 3 12 12F 40 32
Octal 321 57 312 0 116 3 22 457 100 62
Binary 11010001 101111 11001010 0 1001110 11 10010 100101111 1000000 110010

Color Harmonies of #D12FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12FCA

Black with #D12FCA

Text Example


Text Example

White with #D12FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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