#D751DD

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

Shades of Free Speech Magenta #D751DD

Tints of Free Speech Magenta #D751DD

Color information

#D751DD (or 0xD751DD) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 51 and DD. RGB value is (215,81,221). Sum of RGB (Red+Green+Blue) = 215+81+221=517 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.59% from 517); Green value is 81 (32.03% from 255 or 15.67% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #D751DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D751DD is #28AE22. Grayscale: #888888. Windows color (decimal): -2666019 or 14504407. OLE color: 14504407.

HSL color Cylindrical-coordinate representation of color #D751DD: hue angle of 297.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D751DD is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21581221-
CMYK0.030.6300.13
HSL297.43º67.31%59.22%-
HSV(B)297.43º63.35%86.67%-
XYZ44.0225.5571.02-
YUV137.03175.39183.62-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.59%
GREEN value IS 81 (32.03% from 255) = 15.67%
BLUE value IS 221 (86.72% from 255) = 42.75%
R=41.59%
G=15.67%
B=42.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal215812210.030.6300.13297.4367.3159.22
HexD751DD33F0D129433b
Octal32712133537701545110373
Binary1101011110100011101110111111111011011001010011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D751DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D751DD; }

 p { color: rgb(215,81,221); }

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

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

 a { background-color: rgb(215,81,221); }

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

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

 span { border-color: rgb(215,81,221); }

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