#DA5BBD

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

Shades of Free Speech Magenta #DA5BBD

Tints of Free Speech Magenta #DA5BBD

Color information

#DA5BBD (or 0xDA5BBD) is unknown color: approx Free Speech Magenta. HEX triplet: DA, 5B and BD. RGB value is (218,91,189). Sum of RGB (Red+Green+Blue) = 218+91+189=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 91 (35.94% from 255 or 18.27% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5BBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA5BBD is #25A442. Grayscale: #8B8B8B. Windows color (decimal): -2466883 or 12409818. OLE color: 12409818.

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

Color convert

RGB21891189-
CMYK00.580.130.15
HSL313.7º63.18%60.59%-
HSV(B)313.7º58.26%85.49%-
XYZ41.8426.0650.97-
YUV140.14155.58183.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.78%
GREEN value IS 91 (35.94% from 255) = 18.27%
BLUE value IS 189 (74.22% from 255) = 37.95%
R=43.78%
G=18.27%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189118900.580.130.15313.763.1860.59
HexDA5BBD03ADF13a3f3d
Octal33213327507215174727775
Binary11011010101101110111101011101011011111100111010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5BBD; }

 p { color: rgb(218,91,189); }

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

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

 a { background-color: rgb(218,91,189); }

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

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

 span { border-color: rgb(218,91,189); }

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