#DC4BE6

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

Shades of Free Speech Magenta #DC4BE6

Tints of Free Speech Magenta #DC4BE6

Color information

#DC4BE6 (or 0xDC4BE6) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 4B and E6. RGB value is (220,75,230). Sum of RGB (Red+Green+Blue) = 220+75+230=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 75 (29.69% from 255 or 14.29% from 525); Blue value is 230 (90.23% from 255 or 43.81% from 525); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC4BE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC4BE6 is #23B419. Grayscale: #878787. Windows color (decimal): -2339866 or 15092700. OLE color: 15092700.

HSL color Cylindrical-coordinate representation of color #DC4BE6: hue angle of 296.13º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC4BE6 is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB22075230-
CMYK0.040.6700.10
HSL296.13º75.61%59.8%-
HSV(B)296.13º67.39%90.2%-
XYZ46.3125.9677.43-
YUV136.02181.04187.9-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.90%
GREEN value IS 75 (29.69% from 255) = 14.29%
BLUE value IS 230 (90.23% from 255) = 43.81%
R=41.90%
G=14.29%
B=43.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal220752300.040.6700.10296.1375.6159.8
HexDC4BE64430A1284c3c
Octal334113346410301245011474
Binary110111001001011111001101001000011010101001010001001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4BE6; }

 p { color: rgb(220,75,230); }

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

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

 a { background-color: rgb(220,75,230); }

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

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

 span { border-color: rgb(220,75,230); }

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