#DF65D1

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

Shades of Free Speech Magenta #DF65D1

Tints of Free Speech Magenta #DF65D1

Color information

#DF65D1 (or 0xDF65D1) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 65 and D1. RGB value is (223,101,209). Sum of RGB (Red+Green+Blue) = 223+101+209=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 101 (39.84% from 255 or 18.95% from 533); Blue value is 209 (82.03% from 255 or 39.21% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DF65D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF65D1 is #209A2E. Grayscale: #959595. Windows color (decimal): -2136623 or 13723103. OLE color: 13723103.

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

Color convert

RGB223101209-
CMYK00.550.060.13
HSL306.89º65.59%63.53%-
HSV(B)306.89º54.71%87.45%-
XYZ46.5929.663.58-
YUV149.79161.42180.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.84%
GREEN value IS 101 (39.84% from 255) = 18.95%
BLUE value IS 209 (82.03% from 255) = 39.21%
R=41.84%
G=18.95%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310120900.550.060.13306.8965.5963.53
HexDF65D10376D1334240
Octal337145321067615463102100
Binary110111111100101110100010110111110110110011001110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF65D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF65D1; }

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

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

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

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

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

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

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

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