#DF38DC

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

Shades of Free Speech Magenta #DF38DC

Tints of Free Speech Magenta #DF38DC

Color information

#DF38DC (or 0xDF38DC) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 38 and DC. RGB value is (223,56,220). Sum of RGB (Red+Green+Blue) = 223+56+220=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 56 (22.27% from 255 or 11.22% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DF38DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF38DC is #20C723. Grayscale: #7C7C7C. Windows color (decimal): -2148132 or 14432479. OLE color: 14432479.

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

Color convert

RGB22356220-
CMYK00.750.010.13
HSL301.08º72.29%54.71%-
HSV(B)301.08º74.89%87.45%-
XYZ44.7623.6869.92-
YUV124.63181.83198.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.69%
GREEN value IS 56 (22.27% from 255) = 11.22%
BLUE value IS 220 (86.33% from 255) = 44.09%
R=44.69%
G=11.22%
B=44.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2235622000.750.010.13301.0872.2954.71
HexDF38DC04B1D12d4837
Octal33770334011311545511067
Binary110111111110001101110001001011111011001011011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF38DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF38DC; }

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

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

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

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

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

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

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

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