Html Css Color HEX #D12FB8 Fuchsia

📋 copy color: '#D12FB8'

red 209 ◦ green 47 ◦ blue 184

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

Shades of Fuchsia #D12FB8

Tints of Fuchsia #D12FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.82%

R = 47.5%
G = 10.68%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D12FB8 (or 0xD12FB8) is known color: Fuchsia. HEX triplet: D1, 2F and B8. RGB value is (209,47,184). Sum of RGB (Red+Green+Blue) = 209+47+184=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 47 (18.75% from 255 or 10.68% from 440); Blue value is 184 (72.27% from 255 or 41.82% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D12FB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12FB8 is #2ED047. Grayscale: #6E6E6E. Windows color (decimal): -3067976 or 12070865. OLE color: 12070865.

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

Color convert

RGB 209 47 184 -
CMYK 0 0.78 0.12 0.18
HSL 309.26º 0.64% 0.5% -
HSV(B) 309.26º 0.78% 0.82% -
XYZ 35.96 19.05 47.13 -
YUV 111.06 169.17 197.86 -
System Red Green Blue C M Y K H S L
Decimal 209 47 184 0 0.78 0.12 0.18 309.26 0.64 0.5
Hex D1 2F B8 0 4E C 12 135 40 32
Octal 321 57 270 0 116 14 22 465 100 62
Binary 11010001 101111 10111000 0 1001110 1100 10010 100110101 1000000 110010

Color Harmonies of #D12FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12FB8

Black with #D12FB8

Text Example


Text Example

White with #D12FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12FB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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