#D75CDD

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

Shades of Free Speech Magenta #D75CDD

Tints of Free Speech Magenta #D75CDD

Color information

#D75CDD (or 0xD75CDD) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 5C and DD. RGB value is (215,92,221). Sum of RGB (Red+Green+Blue) = 215+92+221=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 92 (36.33% from 255 or 17.42% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #D75CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75CDD is #28A322. Grayscale: #8F8F8F. Windows color (decimal): -2663203 or 14507223. OLE color: 14507223.

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

Color convert

RGB21592221-
CMYK0.030.5800.13
HSL297.21º65.48%61.37%-
HSV(B)297.21º58.37%86.67%-
XYZ44.927.3271.31-
YUV143.48171.75179.01-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.72%
GREEN value IS 92 (36.33% from 255) = 17.42%
BLUE value IS 221 (86.72% from 255) = 41.86%
R=40.72%
G=17.42%
B=41.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal215922210.030.5800.13297.2165.4861.37
HexD75CDD33A0D129413d
Octal32713433537201545110175
Binary1101011110111001101110111111010011011001010011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75CDD; }

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

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

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

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

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

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

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

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