#D835E8

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

Shades of Free Speech Magenta #D835E8

Tints of Free Speech Magenta #D835E8

Color information

#D835E8 (or 0xD835E8) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 35 and E8. RGB value is (216,53,232). Sum of RGB (Red+Green+Blue) = 216+53+232=501 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.11% from 501); Green value is 53 (21.09% from 255 or 10.58% from 501); Blue value is 232 (91.02% from 255 or 46.31% from 501); Max value from RGB is 232 - color contains mainly: blue. Hex color #D835E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D835E8 is #27CA17. Grayscale: #797979. Windows color (decimal): -2607640 or 15218136. OLE color: 15218136.

HSL color Cylindrical-coordinate representation of color #D835E8: hue angle of 294.64º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D835E8 is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB21653232-
CMYK0.070.7700.09
HSL294.64º79.56%55.88%-
HSV(B)294.64º77.16%90.98%-
XYZ44.1622.9778.45-
YUV122.14190194.95-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.11%
GREEN value IS 53 (21.09% from 255) = 10.58%
BLUE value IS 232 (91.02% from 255) = 46.31%
R=43.11%
G=10.58%
B=46.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal216532320.070.7700.09294.6479.5655.88
HexD835E874D091275038
Octal33065350711501144712070
Binary11011000110101111010001111001101010011001001111010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D835E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D835E8; }

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

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

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

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

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

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

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

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