#DF65DA

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

Shades of Free Speech Magenta #DF65DA

Tints of Free Speech Magenta #DF65DA

Color information

#DF65DA (or 0xDF65DA) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 65 and DA. RGB value is (223,101,218). Sum of RGB (Red+Green+Blue) = 223+101+218=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 101 (39.84% from 255 or 18.63% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DF65DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF65DA is #209A25. Grayscale: #969696. Windows color (decimal): -2136614 or 14312927. OLE color: 14312927.

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

Color convert

RGB223101218-
CMYK00.550.020.13
HSL302.46º65.59%63.53%-
HSV(B)302.46º54.71%87.45%-
XYZ47.7430.0669.62-
YUV150.82165.92179.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.14%
GREEN value IS 101 (39.84% from 255) = 18.63%
BLUE value IS 218 (85.55% from 255) = 40.22%
R=41.14%
G=18.63%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310121800.550.020.13302.4665.5963.53
HexDF65DA0372D12e4240
Octal337145332067215456102100
Binary11011111110010111011010011011110110110010111010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF65DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF65DA; }

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

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

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

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

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

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

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

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