Html Css Color HEX #D12DCE Fuchsia

📋 copy color: '#D12DCE'

red 209 ◦ green 45 ◦ blue 206

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

Shades of Fuchsia #D12DCE

Tints of Fuchsia #D12DCE

RGB

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

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

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

R = 45.43%
G = 9.78%
B = 44.78%

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

#D12DCE (or 0xD12DCE) is known color: Fuchsia. HEX triplet: D1, 2D and CE. RGB value is (209,45,206). Sum of RGB (Red+Green+Blue) = 209+45+206=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 45 (17.97% from 255 or 9.78% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 209 - color contains mainly: red. Hex color #D12DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12DCE is #2ED231. Grayscale: #6F6F6F. Windows color (decimal): -3068466 or 13512145. OLE color: 13512145.

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

Color convert

RGB 209 45 206 -
CMYK 0 0.78 0.01 0.18
HSL 301.1º 0.65% 0.5% -
HSV(B) 301.1º 0.78% 0.82% -
XYZ 38.37 19.89 60.21 -
YUV 112.39 180.83 196.91 -
System Red Green Blue C M Y K H S L
Decimal 209 45 206 0 0.78 0.01 0.18 301.1 0.65 0.5
Hex D1 2D CE 0 4E 1 12 12D 41 32
Octal 321 55 316 0 116 1 22 455 101 62
Binary 11010001 101101 11001110 0 1001110 1 10010 100101101 1000001 110010

Color Harmonies of #D12DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12DCE

Black with #D12DCE

Text Example


Text Example

White with #D12DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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