#D65CD9

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

Shades of Free Speech Magenta #D65CD9

Tints of Free Speech Magenta #D65CD9

Color information

#D65CD9 (or 0xD65CD9) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 5C and D9. RGB value is (214,92,217). Sum of RGB (Red+Green+Blue) = 214+92+217=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 92 (36.33% from 255 or 17.59% from 523); Blue value is 217 (85.16% from 255 or 41.49% from 523); Max value from RGB is 217 - color contains mainly: blue. Hex color #D65CD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65CD9 is #29A326. Grayscale: #8E8E8E. Windows color (decimal): -2728743 or 14245078. OLE color: 14245078.

HSL color Cylindrical-coordinate representation of color #D65CD9: hue angle of 298.56º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D65CD9 is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21492217-
CMYK0.010.5800.15
HSL298.56º62.19%60.59%-
HSV(B)298.56º57.6%85.1%-
XYZ44.0826.9668.53-
YUV142.73169.92178.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.92%
GREEN value IS 92 (36.33% from 255) = 17.59%
BLUE value IS 217 (85.16% from 255) = 41.49%
R=40.92%
G=17.59%
B=41.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal214922170.010.5800.15298.5662.1960.59
HexD65CD913A0F12b3e3d
Octal3261343311720174537675
Binary11010110101110011011001111101001111100101011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65CD9; }

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

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

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

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

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

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

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

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