#D65CCE

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

Shades of Free Speech Magenta #D65CCE

Tints of Free Speech Magenta #D65CCE

Color information

#D65CCE (or 0xD65CCE) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 5C and CE. RGB value is (214,92,206). Sum of RGB (Red+Green+Blue) = 214+92+206=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 92 (36.33% from 255 or 17.97% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D65CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65CCE is #29A331. Grayscale: #8D8D8D. Windows color (decimal): -2728754 or 13524182. OLE color: 13524182.

HSL color Cylindrical-coordinate representation of color #D65CCE: hue angle of 303.93º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65CCE is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB21492206-
CMYK00.570.040.16
HSL303.93º59.8%60%-
HSV(B)303.93º57.01%83.92%-
XYZ42.726.4161.24-
YUV141.47164.42179.73-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.80%
GREEN value IS 92 (36.33% from 255) = 17.97%
BLUE value IS 206 (80.86% from 255) = 40.23%
R=41.80%
G=17.97%
B=40.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149220600.570.040.16303.9359.860
HexD65CCE0394101303c3c
Octal3261343160714204607474
Binary11010110101110011001110011100110010000100110000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65CCE; }

 p { color: rgb(214,92,206); }

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

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

 a { background-color: rgb(214,92,206); }

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

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

 span { border-color: rgb(214,92,206); }

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