#DB4BE6

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

Shades of Free Speech Magenta #DB4BE6

Tints of Free Speech Magenta #DB4BE6

Color information

#DB4BE6 (or 0xDB4BE6) is unknown color: approx Free Speech Magenta. HEX triplet: DB, 4B and E6. RGB value is (219,75,230). Sum of RGB (Red+Green+Blue) = 219+75+230=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 75 (29.69% from 255 or 14.31% from 524); Blue value is 230 (90.23% from 255 or 43.89% from 524); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB4BE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB4BE6 is #24B419. Grayscale: #878787. Windows color (decimal): -2405402 or 15092699. OLE color: 15092699.

HSL color Cylindrical-coordinate representation of color #DB4BE6: hue angle of 295.74º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB4BE6 is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB21975230-
CMYK0.050.6700.10
HSL295.74º75.61%59.8%-
HSV(B)295.74º67.39%90.2%-
XYZ46.0125.8177.42-
YUV135.73181.21187.4-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.79%
GREEN value IS 75 (29.69% from 255) = 14.31%
BLUE value IS 230 (90.23% from 255) = 43.89%
R=41.79%
G=14.31%
B=43.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal219752300.050.6700.10295.7475.6159.8
HexDB4BE65430A1284c3c
Octal333113346510301245011474
Binary110110111001011111001101011000011010101001010001001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4BE6; }

 p { color: rgb(219,75,230); }

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

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

 a { background-color: rgb(219,75,230); }

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

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

 span { border-color: rgb(219,75,230); }

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