Html Css Color HEX #DB51BF Free Speech Magenta

📋 copy color: '#DB51BF'

red 219 ◦ green 81 ◦ blue 191

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

Shades of Free Speech Magenta #DB51BF

Tints of Free Speech Magenta #DB51BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.9%

R = 44.6%
G = 16.5%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB51BF (or 0xDB51BF) is known color: Free Speech Magenta. HEX triplet: DB, 51 and BF. RGB value is (219,81,191). Sum of RGB (Red+Green+Blue) = 219+81+191=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 81 (32.03% from 255 or 16.50% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB51BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB51BF is #24AE40. Grayscale: #868686. Windows color (decimal): -2403905 or 12538331. OLE color: 12538331.

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

Color convert

RGB 219 81 191 -
CMYK 0 0.63 0.13 0.14
HSL 312.17º 0.66% 0.59% -
HSV(B) 312.17º 0.63% 0.86% -
XYZ 41.56 24.71 51.87 -
YUV 134.8 159.72 188.06 -
System Red Green Blue C M Y K H S L
Decimal 219 81 191 0 0.63 0.13 0.14 312.17 0.66 0.59
Hex DB 51 BF 0 3F D E 138 42 3B
Octal 333 121 277 0 77 15 16 470 102 73
Binary 11011011 1010001 10111111 0 111111 1101 1110 100111000 1000010 111011

Color Harmonies of #DB51BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB51BF

Black with #DB51BF

Text Example


Text Example

White with #DB51BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB51BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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