Html Css Color HEX #D12FCE Fuchsia

📋 copy color: '#D12FCE'

red 209 ◦ green 47 ◦ blue 206

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

Shades of Fuchsia #D12FCE

Tints of Fuchsia #D12FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.59%

R = 45.24%
G = 10.17%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D12FCE (or 0xD12FCE) is known color: Fuchsia. HEX triplet: D1, 2F and CE. RGB value is (209,47,206). Sum of RGB (Red+Green+Blue) = 209+47+206=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 47 (18.75% from 255 or 10.17% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D12FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12FCE is #2ED031. Grayscale: #717171. Windows color (decimal): -3067954 or 13512657. OLE color: 13512657.

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

Color convert

RGB 209 47 206 -
CMYK 0 0.78 0.01 0.18
HSL 301.11º 0.64% 0.5% -
HSV(B) 301.11º 0.78% 0.82% -
XYZ 38.45 20.04 60.23 -
YUV 113.56 180.17 196.07 -
System Red Green Blue C M Y K H S L
Decimal 209 47 206 0 0.78 0.01 0.18 301.11 0.64 0.5
Hex D1 2F CE 0 4E 1 12 12D 40 32
Octal 321 57 316 0 116 1 22 455 100 62
Binary 11010001 101111 11001110 0 1001110 1 10010 100101101 1000000 110010

Color Harmonies of #D12FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12FCE

Black with #D12FCE

Text Example


Text Example

White with #D12FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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