#D555CA

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

Shades of Free Speech Magenta #D555CA

Tints of Free Speech Magenta #D555CA

Color information

#D555CA (or 0xD555CA) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 55 and CA. RGB value is (213,85,202). Sum of RGB (Red+Green+Blue) = 213+85+202=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 85 (33.59% from 255 or 17% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D555CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D555CA is #2AAA35. Grayscale: #888888. Windows color (decimal): -2796086 or 13260245. OLE color: 13260245.

HSL color Cylindrical-coordinate representation of color #D555CA: hue angle of 305.16º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D555CA is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB21385202-
CMYK00.600.050.16
HSL305.16º60.38%58.43%-
HSV(B)305.16º60.09%83.53%-
XYZ41.3524.9158.51-
YUV136.61164.91182.49-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.6%
GREEN value IS 85 (33.59% from 255) = 17%
BLUE value IS 202 (79.30% from 255) = 40.4%
R=42.6%
G=17%
B=40.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138520200.600.050.16305.1660.3858.43
HexD555CA03C5101313c3a
Octal3251253120745204617472
Binary11010101101010111001010011110010110000100110001111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D555CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D555CA; }

 p { color: rgb(213,85,202); }

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

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

 a { background-color: rgb(213,85,202); }

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

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

 span { border-color: rgb(213,85,202); }

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