#D63CD4

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

Shades of Free Speech Magenta #D63CD4

Tints of Free Speech Magenta #D63CD4

Color information

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

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

Color convert

RGB21460212-
CMYK00.720.010.16
HSL300.78º65.25%53.73%-
HSV(B)300.78º71.96%83.92%-
XYZ41.2322.2864.41-
YUV123.37178.02192.64-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146021200.720.010.16300.7865.2553.73
HexD63CD404811012d4136
Octal32674324011012045510166
Binary1101011011110011010100010010001100001001011011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63CD4; }

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

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

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

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

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

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

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

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