Html Css Color HEX #DB50D5 Free Speech Magenta

📋 copy color: '#DB50D5'

red 219 ◦ green 80 ◦ blue 213

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

Shades of Free Speech Magenta #DB50D5

Tints of Free Speech Magenta #DB50D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.6%

R = 42.77%
G = 15.63%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DB50D5 (or 0xDB50D5) is known color: Free Speech Magenta. HEX triplet: DB, 50 and D5. RGB value is (219,80,213). Sum of RGB (Red+Green+Blue) = 219+80+213=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 80 (31.64% from 255 or 15.62% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB50D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB50D5 is #24AF2A. Grayscale: #888888. Windows color (decimal): -2404139 or 13979867. OLE color: 13979867.

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

Color convert

RGB 219 80 213 -
CMYK 0 0.63 0.03 0.14
HSL 302.59º 0.66% 0.59% -
HSV(B) 302.59º 0.63% 0.86% -
XYZ 44.09 25.6 65.57 -
YUV 136.72 171.05 186.69 -
System Red Green Blue C M Y K H S L
Decimal 219 80 213 0 0.63 0.03 0.14 302.59 0.66 0.59
Hex DB 50 D5 0 3F 3 E 12F 42 3B
Octal 333 120 325 0 77 3 16 457 102 73
Binary 11011011 1010000 11010101 0 111111 11 1110 100101111 1000010 111011

Color Harmonies of #DB50D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB50D5

Black with #DB50D5

Text Example


Text Example

White with #DB50D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB50D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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