#D550CC

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

Shades of Free Speech Magenta #D550CC

Tints of Free Speech Magenta #D550CC

Color information

#D550CC (or 0xD550CC) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 50 and CC. RGB value is (213,80,204). Sum of RGB (Red+Green+Blue) = 213+80+204=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D550CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D550CC is #2AAF33. Grayscale: #858585. Windows color (decimal): -2797364 or 13390037. OLE color: 13390037.

HSL color Cylindrical-coordinate representation of color #D550CC: hue angle of 304.06º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D550CC is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB21380204-
CMYK00.620.040.16
HSL304.06º61.29%57.45%-
HSV(B)304.06º62.44%83.53%-
XYZ41.2124.2459.63-
YUV133.9167.56184.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.86%
GREEN value IS 80 (31.64% from 255) = 16.10%
BLUE value IS 204 (80.08% from 255) = 41.05%
R=42.86%
G=16.10%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138020400.620.040.16304.0661.2957.45
HexD550CC03E4101303d39
Octal3251203140764204607571
Binary11010101101000011001100011111010010000100110000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D550CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D550CC; }

 p { color: rgb(213,80,204); }

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

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

 a { background-color: rgb(213,80,204); }

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

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

 span { border-color: rgb(213,80,204); }

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