#D65FCE

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

Shades of Free Speech Magenta #D65FCE

Tints of Free Speech Magenta #D65FCE

Color information

#D65FCE (or 0xD65FCE) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 5F and CE. RGB value is (214,95,206). Sum of RGB (Red+Green+Blue) = 214+95+206=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 95 (37.5% from 255 or 18.45% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D65FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65FCE is #29A031. Grayscale: #8E8E8E. Windows color (decimal): -2727986 or 13524950. OLE color: 13524950.

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

Color convert

RGB21495206-
CMYK00.560.040.16
HSL304.03º59.2%60.59%-
HSV(B)304.03º55.61%83.92%-
XYZ42.9626.9461.33-
YUV143.23163.42178.47-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.55%
GREEN value IS 95 (37.5% from 255) = 18.45%
BLUE value IS 206 (80.86% from 255) = 40%
R=41.55%
G=18.45%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149520600.560.040.16304.0359.260.59
HexD65FCE0384101303b3d
Octal3261373160704204607375
Binary11010110101111111001110011100010010000100110000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65FCE; }

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

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

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

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

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

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

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

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