#d12dcd

Color #D12DCD Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #D12DCD

Tints of Fuchsia #D12DCD

Color information

#D12DCD (or 0xD12DCD) is unknown color: approx Fuchsia. HEX triplet: D1, 2D and CD. RGB value is (209,45,205). Sum of RGB (Red+Green+Blue) = 209+45+205=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 45 (17.97% from 255 or 9.80% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D12DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12DCD is #2ED232. Grayscale: #6F6F6F. Windows color (decimal): -3068467 or 13446609. OLE color: 13446609.

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

Color convert

RGB20945205-
CMYK00.780.020.18
HSL301.46º64.57%49.8%-
HSV(B)301.46º78.47%81.96%-
XYZ38.2519.8459.57-
YUV112.28180.33196.99-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.53%
GREEN value IS 45 (17.97% from 255) = 9.80%
BLUE value IS 205 (80.47% from 255) = 44.66%
R=45.53%
G=9.80%
B=44.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2094520500.780.020.18301.4664.5749.8
HexD12DCD04E21212d4132
Octal32155315011622245510162
Binary11010001101101110011010100111010100101001011011000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d12dcd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d12dcd; }

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

 H1.HeaderClassName
 {
   color: #d12dcd;
 }
 .AnyTagClassName
 {
   color: #d12dcd;
 }
</style>
background-color css

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

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

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

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

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

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