#DB3CEE

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

Shades of Free Speech Magenta #DB3CEE

Tints of Free Speech Magenta #DB3CEE

Color information

#DB3CEE (or 0xDB3CEE) is unknown color: approx Free Speech Magenta. HEX triplet: DB, 3C and EE. RGB value is (219,60,238). Sum of RGB (Red+Green+Blue) = 219+60+238=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 60 (23.83% from 255 or 11.61% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB3CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB3CEE is #24C311. Grayscale: #7F7F7F. Windows color (decimal): -2409234 or 15613147. OLE color: 15613147.

HSL color Cylindrical-coordinate representation of color #DB3CEE: hue angle of 293.6º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB3CEE is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21960238-
CMYK0.080.7500.07
HSL293.6º83.96%58.43%-
HSV(B)293.6º74.79%93.33%-
XYZ46.2624.4683.17-
YUV127.83190.18193.03-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.36%
GREEN value IS 60 (23.83% from 255) = 11.61%
BLUE value IS 238 (93.36% from 255) = 46.03%
R=42.36%
G=11.61%
B=46.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal219602380.080.7500.07293.683.9658.43
HexDB3CEE84B07126543a
Octal33374356101130744612472
Binary11011011111100111011101000100101101111001001101010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB3CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB3CEE; }

 p { color: rgb(219,60,238); }

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

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

 a { background-color: rgb(219,60,238); }

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

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

 span { border-color: rgb(219,60,238); }

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