Html Css Color HEX #D12EBA Fuchsia

📋 copy color: '#D12EBA'

red 209 ◦ green 46 ◦ blue 186

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

Shades of Fuchsia #D12EBA

Tints of Fuchsia #D12EBA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.43%

 BLUE value IS 186 (73.05% from 255) = 42.18%

R = 47.39%
G = 10.43%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D12EBA (or 0xD12EBA) is known color: Fuchsia. HEX triplet: D1, 2E and BA. RGB value is (209,46,186). Sum of RGB (Red+Green+Blue) = 209+46+186=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 46 (18.36% from 255 or 10.43% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D12EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12EBA is #2ED145. Grayscale: #6E6E6E. Windows color (decimal): -3068230 or 12201681. OLE color: 12201681.

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

Color convert

RGB 209 46 186 -
CMYK 0 0.78 0.11 0.18
HSL 308.47º 0.64% 0.5% -
HSV(B) 308.47º 0.78% 0.82% -
XYZ 36.13 19.05 48.23 -
YUV 110.7 170.5 198.12 -
System Red Green Blue C M Y K H S L
Decimal 209 46 186 0 0.78 0.11 0.18 308.47 0.64 0.5
Hex D1 2E BA 0 4E B 12 134 40 32
Octal 321 56 272 0 116 13 22 464 100 62
Binary 11010001 101110 10111010 0 1001110 1011 10010 100110100 1000000 110010

Color Harmonies of #D12EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12EBA

Black with #D12EBA

Text Example


Text Example

White with #D12EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12EBA; }

 p { color: rgb(209,46,186); }

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

background-color css

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

 a { background-color: rgb(209,46,186); }

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

border-color css

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

 span { border-color: rgb(209,46,186); }

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