#D64CCB

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

Shades of Free Speech Magenta #D64CCB

Tints of Free Speech Magenta #D64CCB

Color information

#D64CCB (or 0xD64CCB) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 4C and CB. RGB value is (214,76,203). Sum of RGB (Red+Green+Blue) = 214+76+203=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 76 (30.08% from 255 or 15.42% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D64CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64CCB is #29B334. Grayscale: #838383. Windows color (decimal): -2732853 or 13323478. OLE color: 13323478.

HSL color Cylindrical-coordinate representation of color #D64CCB: hue angle of 304.78º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D64CCB is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB21476203-
CMYK00.640.050.16
HSL304.78º62.73%56.86%-
HSV(B)304.78º64.49%83.92%-
XYZ41.123.7858.92-
YUV131.74168.22186.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.41%
GREEN value IS 76 (30.08% from 255) = 15.42%
BLUE value IS 203 (79.69% from 255) = 41.18%
R=43.41%
G=15.42%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147620300.640.050.16304.7862.7356.86
HexD64CCB0405101313f39
Octal32611431301005204617771
Binary110101101001100110010110100000010110000100110001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64CCB; }

 p { color: rgb(214,76,203); }

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

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

 a { background-color: rgb(214,76,203); }

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

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

 span { border-color: rgb(214,76,203); }

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