#DB5CDE

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

Shades of Free Speech Magenta #DB5CDE

Tints of Free Speech Magenta #DB5CDE

Color information

#DB5CDE (or 0xDB5CDE) is unknown color: approx Free Speech Magenta. HEX triplet: DB, 5C and DE. RGB value is (219,92,222). Sum of RGB (Red+Green+Blue) = 219+92+222=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 92 (36.33% from 255 or 17.26% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB5CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5CDE is #24A321. Grayscale: #909090. Windows color (decimal): -2401058 or 14572763. OLE color: 14572763.

HSL color Cylindrical-coordinate representation of color #DB5CDE: hue angle of 298.62º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB5CDE is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21992222-
CMYK0.010.5900.13
HSL298.62º66.33%61.57%-
HSV(B)298.62º58.56%87.06%-
XYZ46.2327.9972.07-
YUV144.79171.58180.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.09%
GREEN value IS 92 (36.33% from 255) = 17.26%
BLUE value IS 222 (87.11% from 255) = 41.65%
R=41.09%
G=17.26%
B=41.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal219922220.010.5900.13298.6266.3361.57
HexDB5CDE13B0D12b423e
Octal33313433617301545310276
Binary110110111011100110111101111011011011001010111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5CDE; }

 p { color: rgb(219,92,222); }

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

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

 a { background-color: rgb(219,92,222); }

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

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

 span { border-color: rgb(219,92,222); }

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