#D65DCE

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

Shades of Free Speech Magenta #D65DCE

Tints of Free Speech Magenta #D65DCE

Color information

#D65DCE (or 0xD65DCE) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 5D and CE. RGB value is (214,93,206). Sum of RGB (Red+Green+Blue) = 214+93+206=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 93 (36.72% from 255 or 18.13% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D65DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65DCE is #29A231. Grayscale: #8D8D8D. Windows color (decimal): -2728498 or 13524438. OLE color: 13524438.

HSL color Cylindrical-coordinate representation of color #D65DCE: hue angle of 303.97º 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 #D65DCE is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB21493206-
CMYK00.570.040.16
HSL303.97º59.61%60.2%-
HSV(B)303.97º56.54%83.92%-
XYZ42.7926.5861.27-
YUV142.06164.09179.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.72%
GREEN value IS 93 (36.72% from 255) = 18.13%
BLUE value IS 206 (80.86% from 255) = 40.16%
R=41.72%
G=18.13%
B=40.16%

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
Decimal2149320600.570.040.16303.9759.6160.2
HexD65DCE0394101303c3c
Octal3261353160714204607474
Binary11010110101110111001110011100110010000100110000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65DCE; }

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

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

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

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

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

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

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

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