#D65EC6

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

Shades of Free Speech Magenta #D65EC6

Tints of Free Speech Magenta #D65EC6

Color information

#D65EC6 (or 0xD65EC6) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 5E and C6. RGB value is (214,94,198). Sum of RGB (Red+Green+Blue) = 214+94+198=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 94 (37.11% from 255 or 18.58% from 506); Blue value is 198 (77.73% from 255 or 39.13% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D65EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65EC6 is #29A139. Grayscale: #8D8D8D. Windows color (decimal): -2728250 or 13000406. OLE color: 13000406.

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

Color convert

RGB21494198-
CMYK00.560.070.16
HSL308º59.41%60.39%-
HSV(B)308º56.07%83.92%-
XYZ41.9326.3856.31-
YUV141.74159.76179.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.29%
GREEN value IS 94 (37.11% from 255) = 18.58%
BLUE value IS 198 (77.73% from 255) = 39.13%
R=42.29%
G=18.58%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149419800.560.070.1630859.4160.39
HexD65EC60387101343b3c
Octal3261363060707204647374
Binary11010110101111011000110011100011110000100110100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65EC6; }

 p { color: rgb(214,94,198); }

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

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

 a { background-color: rgb(214,94,198); }

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

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

 span { border-color: rgb(214,94,198); }

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