#D14CDB

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

Shades of Free Speech Magenta #D14CDB

Tints of Free Speech Magenta #D14CDB

Color information

#D14CDB (or 0xD14CDB) is unknown color: approx Free Speech Magenta. HEX triplet: D1, 4C and DB. RGB value is (209,76,219). Sum of RGB (Red+Green+Blue) = 209+76+219=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 76 (30.08% from 255 or 15.08% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #D14CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14CDB is #2EB324. Grayscale: #838383. Windows color (decimal): -3060517 or 14372049. OLE color: 14372049.

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

Color convert

RGB20976219-
CMYK0.050.6500.14
HSL295.8º66.51%57.84%-
HSV(B)295.8º65.3%85.88%-
XYZ41.6723.8469.42-
YUV132.07177.06182.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.47%
GREEN value IS 76 (30.08% from 255) = 15.08%
BLUE value IS 219 (85.94% from 255) = 43.45%
R=41.47%
G=15.08%
B=43.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal209762190.050.6500.14295.866.5157.84
HexD14CDB5410E128433a
Octal321114333510101645010372
Binary110100011001100110110111011000001011101001010001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14CDB; }

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

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

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

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

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

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

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

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