#D43CD6

Color #D43CD6 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #D43CD6

Tints of Free Speech Magenta #D43CD6

Color information

#D43CD6 (or 0xD43CD6) is unknown color: approx Free Speech Magenta. HEX triplet: D4, 3C and D6. RGB value is (212,60,214). Sum of RGB (Red+Green+Blue) = 212+60+214=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 60 (23.83% from 255 or 12.35% from 486); Blue value is 214 (83.98% from 255 or 44.03% from 486); Max value from RGB is 214 - color contains mainly: blue. Hex color #D43CD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43CD6 is #2BC329. Grayscale: #7A7A7A. Windows color (decimal): -2868010 or 14040276. OLE color: 14040276.

HSL color Cylindrical-coordinate representation of color #D43CD6: hue angle of 299.22º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D43CD6 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB21260214-
CMYK0.010.7200.16
HSL299.22º65.25%53.73%-
HSV(B)299.22º71.96%83.92%-
XYZ40.922.0865.73-
YUV123179.36191.48-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.62%
GREEN value IS 60 (23.83% from 255) = 12.35%
BLUE value IS 214 (83.98% from 255) = 44.03%
R=43.62%
G=12.35%
B=44.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal212602140.010.7200.16299.2265.2553.73
HexD43CD614801012b4136
Octal32474326111002045310166
Binary1101010011110011010110110010000100001001010111000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43CD6; }

 p { color: rgb(212,60,214); }

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

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

 a { background-color: rgb(212,60,214); }

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

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

 span { border-color: rgb(212,60,214); }

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