Html Css Color HEX #DB51D9 Free Speech Magenta

📋 copy color: '#DB51D9'

red 219 ◦ green 81 ◦ blue 217

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

Shades of Free Speech Magenta #DB51D9

Tints of Free Speech Magenta #DB51D9

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.67%

 BLUE value IS 217 (85.16% from 255) = 41.97%

R = 42.36%
G = 15.67%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DB51D9 (or 0xDB51D9) is known color: Free Speech Magenta. HEX triplet: DB, 51 and D9. RGB value is (219,81,217). Sum of RGB (Red+Green+Blue) = 219+81+217=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 81 (32.03% from 255 or 15.67% from 517); Blue value is 217 (85.16% from 255 or 41.97% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB51D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB51D9 is #24AE26. Grayscale: #898989. Windows color (decimal): -2403879 or 14242267. OLE color: 14242267.

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

Color convert

RGB 219 81 217 -
CMYK 0 0.63 0.01 0.14
HSL 300.87º 0.66% 0.59% -
HSV(B) 300.87º 0.63% 0.86% -
XYZ 44.68 25.95 68.3 -
YUV 137.77 172.72 185.94 -
System Red Green Blue C M Y K H S L
Decimal 219 81 217 0 0.63 0.01 0.14 300.87 0.66 0.59
Hex DB 51 D9 0 3F 1 E 12D 42 3B
Octal 333 121 331 0 77 1 16 455 102 73
Binary 11011011 1010001 11011001 0 111111 1 1110 100101101 1000010 111011

Color Harmonies of #DB51D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB51D9

Black with #DB51D9

Text Example


Text Example

White with #DB51D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB51D9; }

 p { color: rgb(219,81,217); }

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

background-color css

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

 a { background-color: rgb(219,81,217); }

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

border-color css

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

 span { border-color: rgb(219,81,217); }

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