#DF35ED

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

Shades of Free Speech Magenta #DF35ED

Tints of Free Speech Magenta #DF35ED

Color information

#DF35ED (or 0xDF35ED) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 35 and ED. RGB value is (223,53,237). Sum of RGB (Red+Green+Blue) = 223+53+237=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 53 (21.09% from 255 or 10.33% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF35ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF35ED is #20CA12. Grayscale: #7C7C7C. Windows color (decimal): -2148883 or 15545823. OLE color: 15545823.

HSL color Cylindrical-coordinate representation of color #DF35ED: hue angle of 295.43º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF35ED is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB22353237-
CMYK0.060.7800.07
HSL295.43º83.64%56.86%-
HSV(B)295.43º77.64%92.94%-
XYZ46.9924.3582.34-
YUV124.81191.32198.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.47%
GREEN value IS 53 (21.09% from 255) = 10.33%
BLUE value IS 237 (92.97% from 255) = 46.20%
R=43.47%
G=10.33%
B=46.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal223532370.060.7800.07295.4383.6456.86
HexDF35ED64E071275439
Octal3376535561160744712471
Binary1101111111010111101101110100111001111001001111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF35ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF35ED; }

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

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

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

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

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

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

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

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