#D635D8

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

Shades of Free Speech Magenta #D635D8

Tints of Free Speech Magenta #D635D8

Color information

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

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

Color convert

RGB21453216-
CMYK0.010.7500.15
HSL299.26º67.63%52.75%-
HSV(B)299.26º75.46%84.71%-
XYZ41.421.866.99-
YUV119.72182.34195.25-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal214532160.010.7500.15299.2667.6352.75
HexD635D814B0F12b4435
Octal32665330111301745310465
Binary110101101101011101100011001011011111001010111000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D635D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D635D8; }

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

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

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

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

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

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

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

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