#D83CD5

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

Shades of Free Speech Magenta #D83CD5

Tints of Free Speech Magenta #D83CD5

Color information

#D83CD5 (or 0xD83CD5) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 3C and D5. RGB value is (216,60,213). Sum of RGB (Red+Green+Blue) = 216+60+213=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 60 (23.83% from 255 or 12.27% from 489); Blue value is 213 (83.59% from 255 or 43.56% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D83CD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83CD5 is #27C32A. Grayscale: #7B7B7B. Windows color (decimal): -2605867 or 13974744. OLE color: 13974744.

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

Color convert

RGB21660213-
CMYK00.720.010.15
HSL301.15º66.67%54.12%-
HSV(B)301.15º72.22%84.71%-
XYZ41.9522.6365.11-
YUV124.09178.18193.56-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.17%
GREEN value IS 60 (23.83% from 255) = 12.27%
BLUE value IS 213 (83.59% from 255) = 43.56%
R=44.17%
G=12.27%
B=43.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2166021300.720.010.15301.1566.6754.12
HexD83CD50481F12d4336
Octal33074325011011745510366
Binary110110001111001101010101001000111111001011011000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D83CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D83CD5; }

 p { color: rgb(216,60,213); }

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

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

 a { background-color: rgb(216,60,213); }

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

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

 span { border-color: rgb(216,60,213); }

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