#DF35DC

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

Shades of Free Speech Magenta #DF35DC

Tints of Free Speech Magenta #DF35DC

Color information

#DF35DC (or 0xDF35DC) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 35 and DC. RGB value is (223,53,220). Sum of RGB (Red+Green+Blue) = 223+53+220=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 53 (21.09% from 255 or 10.69% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF35DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF35DC is #20CA23. Grayscale: #7A7A7A. Windows color (decimal): -2148900 or 14431711. OLE color: 14431711.

HSL color Cylindrical-coordinate representation of color #DF35DC: hue angle of 301.06º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF35DC is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB22353220-
CMYK00.760.010.13
HSL301.06º72.65%54.12%-
HSV(B)301.06º76.23%87.45%-
XYZ44.6223.469.88-
YUV122.87182.82199.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.96%
GREEN value IS 53 (21.09% from 255) = 10.69%
BLUE value IS 220 (86.33% from 255) = 44.35%
R=44.96%
G=10.69%
B=44.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2235322000.760.010.13301.0672.6554.12
HexDF35DC04C1D12d4936
Octal33765334011411545511166
Binary110111111101011101110001001100111011001011011001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF35DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF35DC; }

 p { color: rgb(223,53,220); }

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

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

 a { background-color: rgb(223,53,220); }

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

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

 span { border-color: rgb(223,53,220); }

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