#DF65DD

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

Shades of Free Speech Magenta #DF65DD

Tints of Free Speech Magenta #DF65DD

Color information

#DF65DD (or 0xDF65DD) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 65 and DD. RGB value is (223,101,221). Sum of RGB (Red+Green+Blue) = 223+101+221=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 101 (39.84% from 255 or 18.53% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DF65DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF65DD is #209A22. Grayscale: #969696. Windows color (decimal): -2136611 or 14509535. OLE color: 14509535.

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

Color convert

RGB223101221-
CMYK00.550.010.13
HSL300.98º65.59%63.53%-
HSV(B)300.98º54.71%87.45%-
XYZ48.1430.2271.7-
YUV151.16167.42179.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.92%
GREEN value IS 101 (39.84% from 255) = 18.53%
BLUE value IS 221 (86.72% from 255) = 40.55%
R=40.92%
G=18.53%
B=40.55%

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
Decimal22310122100.550.010.13300.9865.5963.53
HexDF65DD0371D12d4240
Octal337145335067115455102100
Binary1101111111001011101110101101111110110010110110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF65DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF65DD; }

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

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

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

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

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

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

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

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