#DE65CC

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

Shades of Free Speech Magenta #DE65CC

Tints of Free Speech Magenta #DE65CC

Color information

#DE65CC (or 0xDE65CC) is unknown color: approx Free Speech Magenta. HEX triplet: DE, 65 and CC. RGB value is (222,101,204). Sum of RGB (Red+Green+Blue) = 222+101+204=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 101 (39.84% from 255 or 19.17% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 222 - color contains mainly: red. Hex color #DE65CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE65CC is #219A33. Grayscale: #949494. Windows color (decimal): -2202164 or 13395422. OLE color: 13395422.

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

Color convert

RGB222101204-
CMYK00.550.080.13
HSL308.93º64.71%63.33%-
HSV(B)308.93º54.5%87.06%-
XYZ45.6829.260.35-
YUV148.92159.09180.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.13%
GREEN value IS 101 (39.84% from 255) = 19.17%
BLUE value IS 204 (80.08% from 255) = 38.71%
R=42.13%
G=19.17%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210120400.550.080.13308.9364.7163.33
HexDE65CC0378D135413f
Octal336145314067101546510177
Binary110111101100101110011000110111100011011001101011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE65CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE65CC; }

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

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

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

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

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

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

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

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