#D63DE8

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

Shades of Free Speech Magenta #D63DE8

Tints of Free Speech Magenta #D63DE8

Color information

#D63DE8 (or 0xD63DE8) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 3D and E8. RGB value is (214,61,232). Sum of RGB (Red+Green+Blue) = 214+61+232=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 61 (24.22% from 255 or 12.03% from 507); Blue value is 232 (91.02% from 255 or 45.76% from 507); Max value from RGB is 232 - color contains mainly: blue. Hex color #D63DE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63DE8 is #29C217. Grayscale: #7D7D7D. Windows color (decimal): -2736664 or 15220182. OLE color: 15220182.

HSL color Cylindrical-coordinate representation of color #D63DE8: hue angle of 293.68º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D63DE8 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB21461232-
CMYK0.080.7400.09
HSL293.68º78.8%57.45%-
HSV(B)293.68º73.71%90.98%-
XYZ43.9723.4678.55-
YUV126.24187.69190.6-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.21%
GREEN value IS 61 (24.22% from 255) = 12.03%
BLUE value IS 232 (91.02% from 255) = 45.76%
R=42.21%
G=12.03%
B=45.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal214612320.080.7400.09293.6878.857.45
HexD63DE884A091264f39
Octal326753501011201144611771
Binary110101101111011110100010001001010010011001001101001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63DE8; }

 p { color: rgb(214,61,232); }

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

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

 a { background-color: rgb(214,61,232); }

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

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

 span { border-color: rgb(214,61,232); }

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