Html Css Color HEX #DB36D1 Free Speech Magenta

📋 copy color: '#DB36D1'

red 219 ◦ green 54 ◦ blue 209

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

Shades of Free Speech Magenta #DB36D1

Tints of Free Speech Magenta #DB36D1

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.2%

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

R = 45.44%
G = 11.2%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DB36D1 (or 0xDB36D1) is known color: Free Speech Magenta. HEX triplet: DB, 36 and D1. RGB value is (219,54,209). Sum of RGB (Red+Green+Blue) = 219+54+209=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 54 (21.48% from 255 or 11.20% from 482); Blue value is 209 (82.03% from 255 or 43.36% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB36D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB36D1 is #24C92E. Grayscale: #787878. Windows color (decimal): -2410799 or 13711067. OLE color: 13711067.

HSL color Cylindrical-coordinate representation of color #DB36D1: hue angle of 303.64º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB36D1 is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 54 209 -
CMYK 0 0.75 0.05 0.14
HSL 303.64º 0.7% 0.54% -
HSV(B) 303.64º 0.75% 0.86% -
XYZ 42.04 22.3 62.41 -
YUV 121.01 177.66 197.9 -
System Red Green Blue C M Y K H S L
Decimal 219 54 209 0 0.75 0.05 0.14 303.64 0.7 0.54
Hex DB 36 D1 0 4B 5 E 130 46 36
Octal 333 66 321 0 113 5 16 460 106 66
Binary 11011011 110110 11010001 0 1001011 101 1110 100110000 1000110 110110

Color Harmonies of #DB36D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB36D1

Black with #DB36D1

Text Example


Text Example

White with #DB36D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB36D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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