Html Css Color HEX #DB50DD Free Speech Magenta

📋 copy color: '#DB50DD'

red 219 ◦ green 80 ◦ blue 221

#DB50DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #DB50DD

Tints of Free Speech Magenta #DB50DD

RGB

 RED value IS 219 (85.94% from 255) = 42.12%

 GREEN value IS 80 (31.64% from 255) = 15.38%

 BLUE value IS 221 (86.72% from 255) = 42.5%

R = 42.12%
G = 15.38%
B = 42.5%

CMYK

 C value IS 0.01

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB50DD (or 0xDB50DD) is known color: Free Speech Magenta. HEX triplet: DB, 50 and DD. RGB value is (219,80,221). Sum of RGB (Red+Green+Blue) = 219+80+221=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 80 (31.64% from 255 or 15.38% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB50DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB50DD is #24AF22. Grayscale: #898989. Windows color (decimal): -2404131 or 14504155. OLE color: 14504155.

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

Color convert

RGB 219 80 221 -
CMYK 0.01 0.64 0 0.13
HSL 299.15º 0.67% 0.59% -
HSV(B) 299.15º 0.64% 0.87% -
XYZ 45.13 26.02 71.05 -
YUV 137.64 175.05 186.04 -
System Red Green Blue C M Y K H S L
Decimal 219 80 221 0.01 0.64 0 0.13 299.15 0.67 0.59
Hex DB 50 DD 1 40 0 D 12B 43 3B
Octal 333 120 335 1 100 0 15 453 103 73
Binary 11011011 1010000 11011101 1 1000000 0 1101 100101011 1000011 111011

Color Harmonies of #DB50DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB50DD

Black with #DB50DD

Text Example


Text Example

White with #DB50DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB50DD; }

 p { color: rgb(219,80,221); }

 H1.HeaderClassName
 {
   color: #DB50DD;
 }
 .AnyTagClassName
 {
   color: #DB50DD;
 }
</style>

background-color css

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

 a { background-color: rgb(219,80,221); }

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

border-color css

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

 span { border-color: rgb(219,80,221); }

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