#D136C2

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

Shades of Fuchsia #D136C2

Tints of Fuchsia #D136C2

Color information

#D136C2 (or 0xD136C2) is unknown color: approx Fuchsia. HEX triplet: D1, 36 and C2. RGB value is (209,54,194). Sum of RGB (Red+Green+Blue) = 209+54+194=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 54 (21.48% from 255 or 11.82% from 457); Blue value is 194 (76.17% from 255 or 42.45% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D136C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D136C2 is #2EC93D. Grayscale: #737373. Windows color (decimal): -3066174 or 12728017. OLE color: 12728017.

HSL color Cylindrical-coordinate representation of color #D136C2: hue angle of 305.81º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D136C2 is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB20954194-
CMYK00.740.070.18
HSL305.81º62.75%51.57%-
HSV(B)305.81º74.16%81.96%-
XYZ37.3520.0952.95-
YUV116.3171.85194.12-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.73%
GREEN value IS 54 (21.48% from 255) = 11.82%
BLUE value IS 194 (76.17% from 255) = 42.45%
R=45.73%
G=11.82%
B=42.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095419400.740.070.18305.8162.7551.57
HexD136C204A7121323f34
Octal3216630201127224627764
Binary11010001110110110000100100101011110010100110010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D136C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D136C2; }

 p { color: rgb(209,54,194); }

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

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

 a { background-color: rgb(209,54,194); }

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

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

 span { border-color: rgb(209,54,194); }

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