#DF61CD

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

Shades of Free Speech Magenta #DF61CD

Tints of Free Speech Magenta #DF61CD

Color information

#DF61CD (or 0xDF61CD) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 61 and CD. RGB value is (223,97,205). Sum of RGB (Red+Green+Blue) = 223+97+205=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 97 (38.28% from 255 or 18.48% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DF61CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF61CD is #209E32. Grayscale: #929292. Windows color (decimal): -2137651 or 13459935. OLE color: 13459935.

HSL color Cylindrical-coordinate representation of color #DF61CD: hue angle of 308.57º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF61CD is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB22397205-
CMYK00.570.080.13
HSL308.57º66.32%62.75%-
HSV(B)308.57º56.5%87.45%-
XYZ45.7328.6560.88-
YUV146.99160.74182.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.48%
GREEN value IS 97 (38.28% from 255) = 18.48%
BLUE value IS 205 (80.47% from 255) = 39.05%
R=42.48%
G=18.48%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239720500.570.080.13308.5766.3262.75
HexDF61CD0398D135423f
Octal337141315071101546510277
Binary110111111100001110011010111001100011011001101011000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF61CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF61CD; }

 p { color: rgb(223,97,205); }

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

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

 a { background-color: rgb(223,97,205); }

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

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

 span { border-color: rgb(223,97,205); }

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