#DF65E5

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

Shades of Free Speech Magenta #DF65E5

Tints of Free Speech Magenta #DF65E5

Color information

#DF65E5 (or 0xDF65E5) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 65 and E5. RGB value is (223,101,229). Sum of RGB (Red+Green+Blue) = 223+101+229=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 101 (39.84% from 255 or 18.26% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF65E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF65E5 is #209A1A. Grayscale: #979797. Windows color (decimal): -2136603 or 15033823. OLE color: 15033823.

HSL color Cylindrical-coordinate representation of color #DF65E5: hue angle of 297.19º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF65E5 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB223101229-
CMYK0.030.5600.10
HSL297.19º71.11%64.71%-
HSV(B)297.19º55.9%89.8%-
XYZ49.2330.6577.45-
YUV152.07171.42178.59-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.33%
GREEN value IS 101 (39.84% from 255) = 18.26%
BLUE value IS 229 (89.84% from 255) = 41.41%
R=40.33%
G=18.26%
B=41.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2231012290.030.5600.10297.1971.1164.71
HexDF65E53380A1294741
Octal337145345370012451107101
Binary11011111110010111100101111110000101010010100110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF65E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF65E5; }

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

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

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

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

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

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

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

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