#DF65DC

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

Shades of Free Speech Magenta #DF65DC

Tints of Free Speech Magenta #DF65DC

Color information

#DF65DC (or 0xDF65DC) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 65 and DC. RGB value is (223,101,220). Sum of RGB (Red+Green+Blue) = 223+101+220=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 101 (39.84% from 255 or 18.57% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DF65DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF65DC is #209A23. Grayscale: #969696. Windows color (decimal): -2136612 or 14443999. OLE color: 14443999.

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

Color convert

RGB223101220-
CMYK00.550.010.13
HSL301.48º65.59%63.53%-
HSV(B)301.48º54.71%87.45%-
XYZ4830.1671-
YUV151.04166.92179.32-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.99%
GREEN value IS 101 (39.84% from 255) = 18.57%
BLUE value IS 220 (86.33% from 255) = 40.44%
R=40.99%
G=18.57%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310122000.550.010.13301.4865.5963.53
HexDF65DC0371D12d4240
Octal337145334067115455102100
Binary1101111111001011101110001101111110110010110110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF65DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF65DC; }

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

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

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

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

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

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

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

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