#DE61C8

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

Shades of Free Speech Magenta #DE61C8

Tints of Free Speech Magenta #DE61C8

Color information

#DE61C8 (or 0xDE61C8) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 61 and C8. RGB value is (222,97,200). Sum of RGB (Red+Green+Blue) = 222+97+200=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 97 (38.28% from 255 or 18.69% from 519); Blue value is 200 (78.52% from 255 or 38.54% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DE61C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE61C8 is #219E37. Grayscale: #919191. Windows color (decimal): -2203192 or 13132254. OLE color: 13132254.

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

Color convert

RGB22297200-
CMYK00.560.100.13
HSL310.56º65.45%62.55%-
HSV(B)310.56º56.31%87.06%-
XYZ44.8228.2557.73-
YUV146.12158.41182.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.77%
GREEN value IS 97 (38.28% from 255) = 18.69%
BLUE value IS 200 (78.52% from 255) = 38.54%
R=42.77%
G=18.69%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229720000.560.100.13310.5665.4562.55
HexDE61C8038AD137413f
Octal336141310070121546710177
Binary110111101100001110010000111000101011011001101111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE61C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE61C8; }

 p { color: rgb(222,97,200); }

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

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

 a { background-color: rgb(222,97,200); }

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

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

 span { border-color: rgb(222,97,200); }

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