#D65CDF

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

Shades of Free Speech Magenta #D65CDF

Tints of Free Speech Magenta #D65CDF

Color information

#D65CDF (or 0xD65CDF) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 5C and DF. RGB value is (214,92,223). Sum of RGB (Red+Green+Blue) = 214+92+223=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 92 (36.33% from 255 or 17.39% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #D65CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65CDF is #29A320. Grayscale: #8F8F8F. Windows color (decimal): -2728737 or 14638294. OLE color: 14638294.

HSL color Cylindrical-coordinate representation of color #D65CDF: hue angle of 295.88º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D65CDF is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21492223-
CMYK0.040.5900.13
HSL295.88º67.18%61.76%-
HSV(B)295.88º58.74%87.45%-
XYZ44.8827.2872.71-
YUV143.41172.92178.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.45%
GREEN value IS 92 (36.33% from 255) = 17.39%
BLUE value IS 223 (87.5% from 255) = 42.16%
R=40.45%
G=17.39%
B=42.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal214922230.040.5900.13295.8867.1861.76
HexD65CDF43B0D128433e
Octal32613433747301545010376
Binary11010110101110011011111100111011011011001010001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65CDF; }

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

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

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

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

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

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

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

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