#D553DB

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

Shades of Free Speech Magenta #D553DB

Tints of Free Speech Magenta #D553DB

Color information

#D553DB (or 0xD553DB) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 53 and DB. RGB value is (213,83,219). Sum of RGB (Red+Green+Blue) = 213+83+219=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 83 (32.81% from 255 or 16.12% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #D553DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D553DB is #2AAC24. Grayscale: #888888. Windows color (decimal): -2796581 or 14373845. OLE color: 14373845.

HSL color Cylindrical-coordinate representation of color #D553DB: hue angle of 297.35º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D553DB is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB21383219-
CMYK0.030.6200.14
HSL297.35º65.38%59.22%-
HSV(B)297.35º62.1%85.88%-
XYZ43.3225.4569.65-
YUV137.37174.07181.94-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.36%
GREEN value IS 83 (32.81% from 255) = 16.12%
BLUE value IS 219 (85.94% from 255) = 42.52%
R=41.36%
G=16.12%
B=42.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal213832190.030.6200.14297.3565.3859.22
HexD553DB33E0E129413b
Octal32512333337601645110173
Binary1101010110100111101101111111110011101001010011000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D553DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D553DB; }

 p { color: rgb(213,83,219); }

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

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

 a { background-color: rgb(213,83,219); }

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

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

 span { border-color: rgb(213,83,219); }

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