#D73CDD

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

Shades of Free Speech Magenta #D73CDD

Tints of Free Speech Magenta #D73CDD

Color information

#D73CDD (or 0xD73CDD) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 3C and DD. RGB value is (215,60,221). Sum of RGB (Red+Green+Blue) = 215+60+221=496 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.35% from 496); Green value is 60 (23.83% from 255 or 12.10% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #D73CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73CDD is #28C322. Grayscale: #7C7C7C. Windows color (decimal): -2671395 or 14499031. OLE color: 14499031.

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

Color convert

RGB21560221-
CMYK0.030.7300.13
HSL297.76º70.31%55.1%-
HSV(B)297.76º72.85%86.67%-
XYZ42.6922.970.58-
YUV124.7182.35192.41-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.35%
GREEN value IS 60 (23.83% from 255) = 12.10%
BLUE value IS 221 (86.72% from 255) = 44.56%
R=43.35%
G=12.10%
B=44.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal215602210.030.7300.13297.7670.3155.1
HexD73CDD3490D12a4637
Octal32774335311101545210667
Binary1101011111110011011101111001001011011001010101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73CDD; }

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

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

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

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

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

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

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

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