Html Css Color HEX #DB50D1 Free Speech Magenta

📋 copy color: '#DB50D1'

red 219 ◦ green 80 ◦ blue 209

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

Shades of Free Speech Magenta #DB50D1

Tints of Free Speech Magenta #DB50D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.14%

R = 43.11%
G = 15.75%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DB50D1 (or 0xDB50D1) is known color: Free Speech Magenta. HEX triplet: DB, 50 and D1. RGB value is (219,80,209). Sum of RGB (Red+Green+Blue) = 219+80+209=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 80 (31.64% from 255 or 15.75% from 508); Blue value is 209 (82.03% from 255 or 41.14% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB50D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB50D1 is #24AF2E. Grayscale: #878787. Windows color (decimal): -2404143 or 13717723. OLE color: 13717723.

HSL color Cylindrical-coordinate representation of color #DB50D1: hue angle of 304.32º 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 #DB50D1 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 80 209 -
CMYK 0 0.63 0.05 0.14
HSL 304.32º 0.66% 0.59% -
HSV(B) 304.32º 0.63% 0.86% -
XYZ 43.59 25.4 62.93 -
YUV 136.27 169.05 187.01 -
System Red Green Blue C M Y K H S L
Decimal 219 80 209 0 0.63 0.05 0.14 304.32 0.66 0.59
Hex DB 50 D1 0 3F 5 E 130 42 3B
Octal 333 120 321 0 77 5 16 460 102 73
Binary 11011011 1010000 11010001 0 111111 101 1110 100110000 1000010 111011

Color Harmonies of #DB50D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB50D1

Black with #DB50D1

Text Example


Text Example

White with #DB50D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB50D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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