#DE65CE

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

Shades of Free Speech Magenta #DE65CE

Tints of Free Speech Magenta #DE65CE

Color information

#DE65CE (or 0xDE65CE) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 65 and CE. RGB value is (222,101,206). Sum of RGB (Red+Green+Blue) = 222+101+206=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 101 (39.84% from 255 or 19.09% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 222 - color contains mainly: red. Hex color #DE65CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE65CE is #219A31. Grayscale: #949494. Windows color (decimal): -2202162 or 13526494. OLE color: 13526494.

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

Color convert

RGB222101206-
CMYK00.550.070.13
HSL307.93º64.71%63.33%-
HSV(B)307.93º54.5%87.06%-
XYZ45.9229.2961.63-
YUV149.15160.09179.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.97%
GREEN value IS 101 (39.84% from 255) = 19.09%
BLUE value IS 206 (80.86% from 255) = 38.94%
R=41.97%
G=19.09%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210120600.550.070.13307.9364.7163.33
HexDE65CE0377D134413f
Octal33614531606771546410177
Binary11011110110010111001110011011111111011001101001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE65CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE65CE; }

 p { color: rgb(222,101,206); }

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

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

 a { background-color: rgb(222,101,206); }

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

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

 span { border-color: rgb(222,101,206); }

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