#DF65BE

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

Shades of Free Speech Magenta #DF65BE

Tints of Free Speech Magenta #DF65BE

Color information

#DF65BE (or 0xDF65BE) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 65 and BE. RGB value is (223,101,190). Sum of RGB (Red+Green+Blue) = 223+101+190=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 101 (39.84% from 255 or 19.65% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DF65BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF65BE is #209A41. Grayscale: #939393. Windows color (decimal): -2136642 or 12477919. OLE color: 12477919.

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

Color convert

RGB223101190-
CMYK00.550.150.13
HSL316.23º65.59%63.53%-
HSV(B)316.23º54.71%87.45%-
XYZ44.3828.7151.92-
YUV147.62151.92181.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.39%
GREEN value IS 101 (39.84% from 255) = 19.65%
BLUE value IS 190 (74.61% from 255) = 36.96%
R=43.39%
G=19.65%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310119000.550.150.13316.2365.5963.53
HexDF65BE037FD13c4240
Octal3371452760671715474102100
Binary1101111111001011011111001101111111110110011110010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF65BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF65BE; }

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

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

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

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

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

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

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

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