#D838D2

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

Shades of Free Speech Magenta #D838D2

Tints of Free Speech Magenta #D838D2

Color information

#D838D2 (or 0xD838D2) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 38 and D2. RGB value is (216,56,210). Sum of RGB (Red+Green+Blue) = 216+56+210=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 56 (22.27% from 255 or 11.62% from 482); Blue value is 210 (82.42% from 255 or 43.57% from 482); Max value from RGB is 216 - color contains mainly: red. Hex color #D838D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D838D2 is #27C72D. Grayscale: #787878. Windows color (decimal): -2606894 or 13777112. OLE color: 13777112.

HSL color Cylindrical-coordinate representation of color #D838D2: hue angle of 302.25º 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 #D838D2 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB21656210-
CMYK00.740.030.15
HSL302.25º67.23%53.33%-
HSV(B)302.25º74.07%84.71%-
XYZ41.3722.0863.05-
YUV121.4178.01195.48-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.81%
GREEN value IS 56 (22.27% from 255) = 11.62%
BLUE value IS 210 (82.42% from 255) = 43.57%
R=44.81%
G=11.62%
B=43.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2165621000.740.030.15302.2567.2353.33
HexD838D204A3F12e4335
Octal33070322011231745610365
Binary1101100011100011010010010010101111111001011101000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D838D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D838D2; }

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

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

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

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

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

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

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

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