#d65bcc

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

Shades of Free Speech Magenta #D65BCC

Tints of Free Speech Magenta #D65BCC

Color information

#D65BCC (or 0xD65BCC) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 5B and CC. RGB value is (214,91,204). Sum of RGB (Red+Green+Blue) = 214+91+204=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 91 (35.94% from 255 or 17.88% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D65BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65BCC is #29A433. Grayscale: #8C8C8C. Windows color (decimal): -2729012 or 13392854. OLE color: 13392854.

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

Color convert

RGB21491204-
CMYK00.570.050.16
HSL304.88º60%59.8%-
HSV(B)304.88º57.48%83.92%-
XYZ42.3726.1459.94-
YUV140.66163.75180.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.04%
GREEN value IS 91 (35.94% from 255) = 17.88%
BLUE value IS 204 (80.08% from 255) = 40.08%
R=42.04%
G=17.88%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149120400.570.050.16304.886059.8
HexD65BCC0395101313c3c
Octal3261333140715204617474
Binary11010110101101111001100011100110110000100110001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d65bcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d65bcc; }

 p { color: rgb(214,91,204); }

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

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

 a { background-color: rgb(214,91,204); }

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

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

 span { border-color: rgb(214,91,204); }

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