#D14CDD

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

Shades of Free Speech Magenta #D14CDD

Tints of Free Speech Magenta #D14CDD

Color information

#D14CDD (or 0xD14CDD) is unknown color: approx Free Speech Magenta. HEX triplet: D1, 4C and DD. RGB value is (209,76,221). Sum of RGB (Red+Green+Blue) = 209+76+221=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 76 (30.08% from 255 or 15.02% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #D14CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14CDD is #2EB322. Grayscale: #838383. Windows color (decimal): -3060515 or 14503121. OLE color: 14503121.

HSL color Cylindrical-coordinate representation of color #D14CDD: hue angle of 295.03º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D14CDD is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20976221-
CMYK0.050.6600.13
HSL295.03º68.08%58.24%-
HSV(B)295.03º65.61%86.67%-
XYZ41.9323.9470.82-
YUV132.3178.06182.71-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.30%
GREEN value IS 76 (30.08% from 255) = 15.02%
BLUE value IS 221 (86.72% from 255) = 43.68%
R=41.30%
G=15.02%
B=43.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal209762210.050.6600.13295.0368.0858.24
HexD14CDD5420D127443a
Octal321114335510201544710472
Binary110100011001100110111011011000010011011001001111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14CDD; }

 p { color: rgb(209,76,221); }

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

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

 a { background-color: rgb(209,76,221); }

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

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

 span { border-color: rgb(209,76,221); }

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