Html Css Color HEX #D12DBF Fuchsia

📋 copy color: '#D12DBF'

red 209 ◦ green 45 ◦ blue 191

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

Shades of Fuchsia #D12DBF

Tints of Fuchsia #D12DBF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.11%

 BLUE value IS 191 (75% from 255) = 42.92%

R = 46.97%
G = 10.11%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D12DBF (or 0xD12DBF) is known color: Fuchsia. HEX triplet: D1, 2D and BF. RGB value is (209,45,191). Sum of RGB (Red+Green+Blue) = 209+45+191=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 45 (17.97% from 255 or 10.11% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 209 - color contains mainly: red. Hex color #D12DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12DBF is #2ED240. Grayscale: #6E6E6E. Windows color (decimal): -3068481 or 12529105. OLE color: 12529105.

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

Color convert

RGB 209 45 191 -
CMYK 0 0.78 0.09 0.18
HSL 306.59º 0.65% 0.5% -
HSV(B) 306.59º 0.78% 0.82% -
XYZ 36.64 19.19 51.06 -
YUV 110.68 173.33 198.13 -
System Red Green Blue C M Y K H S L
Decimal 209 45 191 0 0.78 0.09 0.18 306.59 0.65 0.5
Hex D1 2D BF 0 4E 9 12 133 41 32
Octal 321 55 277 0 116 11 22 463 101 62
Binary 11010001 101101 10111111 0 1001110 1001 10010 100110011 1000001 110010

Color Harmonies of #D12DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12DBF

Black with #D12DBF

Text Example


Text Example

White with #D12DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12DBF; }

 p { color: rgb(209,45,191); }

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

background-color css

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

 a { background-color: rgb(209,45,191); }

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

border-color css

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

 span { border-color: rgb(209,45,191); }

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