#D750DD

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

Shades of Free Speech Magenta #D750DD

Tints of Free Speech Magenta #D750DD

Color information

#D750DD (or 0xD750DD) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 50 and DD. RGB value is (215,80,221). Sum of RGB (Red+Green+Blue) = 215+80+221=516 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.67% from 516); Green value is 80 (31.64% from 255 or 15.50% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #D750DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D750DD is #28AF22. Grayscale: #888888. Windows color (decimal): -2666275 or 14504151. OLE color: 14504151.

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

Color convert

RGB21580221-
CMYK0.030.6400.13
HSL297.45º67.46%59.02%-
HSV(B)297.45º63.8%86.67%-
XYZ43.9425.470.99-
YUV136.44175.73184.04-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.67%
GREEN value IS 80 (31.64% from 255) = 15.50%
BLUE value IS 221 (86.72% from 255) = 42.83%
R=41.67%
G=15.50%
B=42.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal215802210.030.6400.13297.4567.4659.02
HexD750DD3400D129433b
Octal327120335310001545110373
Binary11010111101000011011101111000000011011001010011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D750DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D750DD; }

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

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

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

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

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

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

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

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