#D64CDC

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

Shades of Free Speech Magenta #D64CDC

Tints of Free Speech Magenta #D64CDC

Color information

#D64CDC (or 0xD64CDC) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 4C and DC. RGB value is (214,76,220). Sum of RGB (Red+Green+Blue) = 214+76+220=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 76 (30.08% from 255 or 14.90% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #D64CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64CDC is #29B323. Grayscale: #858585. Windows color (decimal): -2732836 or 14437590. OLE color: 14437590.

HSL color Cylindrical-coordinate representation of color #D64CDC: hue angle of 297.5º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64CDC is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB21476220-
CMYK0.030.6500.14
HSL297.5º67.29%58.04%-
HSV(B)297.5º65.45%86.27%-
XYZ43.2324.6370.19-
YUV133.68176.72185.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.96%
GREEN value IS 76 (30.08% from 255) = 14.90%
BLUE value IS 220 (86.33% from 255) = 43.14%
R=41.96%
G=14.90%
B=43.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal214762200.030.6500.14297.567.2958.04
HexD64CDC3410E12a433a
Octal326114334310101645210372
Binary11010110100110011011100111000001011101001010101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64CDC; }

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

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

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

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

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

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

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

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