#DF36D6

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

Shades of Free Speech Magenta #DF36D6

Tints of Free Speech Magenta #DF36D6

Color information

#DF36D6 (or 0xDF36D6) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 36 and D6. RGB value is (223,54,214). Sum of RGB (Red+Green+Blue) = 223+54+214=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 54 (21.48% from 255 or 11.00% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF36D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF36D6 is #20C929. Grayscale: #7A7A7A. Windows color (decimal): -2148650 or 14038751. OLE color: 14038751.

HSL color Cylindrical-coordinate representation of color #DF36D6: hue angle of 303.2º 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 #DF36D6 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB22354214-
CMYK00.760.040.13
HSL303.2º72.53%54.31%-
HSV(B)303.2º75.78%87.45%-
XYZ43.8923.1865.78-
YUV122.77179.49199.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.42%
GREEN value IS 54 (21.48% from 255) = 11.00%
BLUE value IS 214 (83.98% from 255) = 43.58%
R=45.42%
G=11.00%
B=43.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2235421400.760.040.13303.272.5354.31
HexDF36D604C4D12f4936
Octal33766326011441545711166
Binary11011111110110110101100100110010011011001011111001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF36D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF36D6; }

 p { color: rgb(223,54,214); }

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

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

 a { background-color: rgb(223,54,214); }

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

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

 span { border-color: rgb(223,54,214); }

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