#D835D6

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

Shades of Free Speech Magenta #D835D6

Tints of Free Speech Magenta #D835D6

Color information

#D835D6 (or 0xD835D6) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 35 and D6. RGB value is (216,53,214). Sum of RGB (Red+Green+Blue) = 216+53+214=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 53 (21.09% from 255 or 10.97% from 483); Blue value is 214 (83.98% from 255 or 44.31% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D835D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D835D6 is #27CA29. Grayscale: #777777. Windows color (decimal): -2607658 or 14038488. OLE color: 14038488.

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

Color convert

RGB21653214-
CMYK00.750.010.15
HSL300.74º67.63%52.75%-
HSV(B)300.74º75.46%84.71%-
XYZ41.732265.67-
YUV120.09181196.41-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.72%
GREEN value IS 53 (21.09% from 255) = 10.97%
BLUE value IS 214 (83.98% from 255) = 44.31%
R=44.72%
G=10.97%
B=44.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2165321400.750.010.15300.7467.6352.75
HexD835D604B1F12d4435
Octal33065326011311745510465
Binary110110001101011101011001001011111111001011011000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D835D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D835D6; }

 p { color: rgb(216,53,214); }

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

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

 a { background-color: rgb(216,53,214); }

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

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

 span { border-color: rgb(216,53,214); }

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