#DB4DCD

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

Shades of Free Speech Magenta #DB4DCD

Tints of Free Speech Magenta #DB4DCD

Color information

#DB4DCD (or 0xDB4DCD) is unknown color: approx Free Speech Magenta. HEX triplet: DB, 4D and CD. RGB value is (219,77,205). Sum of RGB (Red+Green+Blue) = 219+77+205=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 77 (30.47% from 255 or 15.37% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4DCD is #24B232. Grayscale: #858585. Windows color (decimal): -2404915 or 13454811. OLE color: 13454811.

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

Color convert

RGB21977205-
CMYK00.650.060.14
HSL305.92º66.36%58.04%-
HSV(B)305.92º64.84%85.88%-
XYZ42.8924.7860.28-
YUV134.05168.04188.59-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.71%
GREEN value IS 77 (30.47% from 255) = 15.37%
BLUE value IS 205 (80.47% from 255) = 40.92%
R=43.71%
G=15.37%
B=40.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2197720500.650.060.14305.9266.3658.04
HexDB4DCD0416E132423a
Octal333115315010161646210272
Binary110110111001101110011010100000111011101001100101000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4DCD; }

 p { color: rgb(219,77,205); }

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

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

 a { background-color: rgb(219,77,205); }

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

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

 span { border-color: rgb(219,77,205); }

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