#DF33ED

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

Shades of Free Speech Magenta #DF33ED

Tints of Free Speech Magenta #DF33ED

Color information

#DF33ED (or 0xDF33ED) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 33 and ED. RGB value is (223,51,237). Sum of RGB (Red+Green+Blue) = 223+51+237=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 51 (20.31% from 255 or 9.98% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF33ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF33ED is #20CC12. Grayscale: #7B7B7B. Windows color (decimal): -2149395 or 15545311. OLE color: 15545311.

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

Color convert

RGB22351237-
CMYK0.060.7800.07
HSL295.48º83.78%56.47%-
HSV(B)295.48º78.48%92.94%-
XYZ46.924.1782.31-
YUV123.63191.98198.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.64%
GREEN value IS 51 (20.31% from 255) = 9.98%
BLUE value IS 237 (92.97% from 255) = 46.38%
R=43.64%
G=9.98%
B=46.38%

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
Decimal223512370.060.7800.07295.4883.7856.47
HexDF33ED64E071275438
Octal3376335561160744712470
Binary1101111111001111101101110100111001111001001111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF33ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF33ED; }

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

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

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

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

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

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

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

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