#D838D3

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

Shades of Free Speech Magenta #D838D3

Tints of Free Speech Magenta #D838D3

Color information

#D838D3 (or 0xD838D3) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 38 and D3. RGB value is (216,56,211). Sum of RGB (Red+Green+Blue) = 216+56+211=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 56 (22.27% from 255 or 11.59% from 483); Blue value is 211 (82.81% from 255 or 43.69% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D838D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D838D3 is #27C72C. Grayscale: #797979. Windows color (decimal): -2606893 or 13842648. OLE color: 13842648.

HSL color Cylindrical-coordinate representation of color #D838D3: hue angle of 301.88º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D838D3 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB21656211-
CMYK00.740.020.15
HSL301.88º67.23%53.33%-
HSV(B)301.88º74.07%84.71%-
XYZ41.4922.1363.71-
YUV121.51178.51195.4-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.72%
GREEN value IS 56 (22.27% from 255) = 11.59%
BLUE value IS 211 (82.81% from 255) = 43.69%
R=44.72%
G=11.59%
B=43.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2165621100.740.020.15301.8867.2353.33
HexD838D304A2F12e4335
Octal33070323011221745610365
Binary1101100011100011010011010010101011111001011101000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D838D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D838D3; }

 p { color: rgb(216,56,211); }

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

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

 a { background-color: rgb(216,56,211); }

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

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

 span { border-color: rgb(216,56,211); }

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