Html Css Color HEX #D12ECD Fuchsia

📋 copy color: '#D12ECD'

red 209 ◦ green 46 ◦ blue 205

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

Shades of Fuchsia #D12ECD

Tints of Fuchsia #D12ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.57%

R = 45.43%
G = 10%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D12ECD (or 0xD12ECD) is known color: Fuchsia. HEX triplet: D1, 2E and CD. RGB value is (209,46,205). Sum of RGB (Red+Green+Blue) = 209+46+205=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 46 (18.36% from 255 or 10% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 209 - color contains mainly: red. Hex color #D12ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12ECD is #2ED132. Grayscale: #707070. Windows color (decimal): -3068211 or 13446865. OLE color: 13446865.

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

Color convert

RGB 209 46 205 -
CMYK 0 0.78 0.02 0.18
HSL 301.47º 0.64% 0.5% -
HSV(B) 301.47º 0.78% 0.82% -
XYZ 38.29 19.92 59.58 -
YUV 112.86 180 196.57 -
System Red Green Blue C M Y K H S L
Decimal 209 46 205 0 0.78 0.02 0.18 301.47 0.64 0.5
Hex D1 2E CD 0 4E 2 12 12D 40 32
Octal 321 56 315 0 116 2 22 455 100 62
Binary 11010001 101110 11001101 0 1001110 10 10010 100101101 1000000 110010

Color Harmonies of #D12ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12ECD

Black with #D12ECD

Text Example


Text Example

White with #D12ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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