Html Css Color HEX #DB58BB Free Speech Magenta

📋 copy color: '#DB58BB'

red 219 ◦ green 88 ◦ blue 187

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

Shades of Free Speech Magenta #DB58BB

Tints of Free Speech Magenta #DB58BB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.81%

 BLUE value IS 187 (73.44% from 255) = 37.85%

R = 44.33%
G = 17.81%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB58BB (or 0xDB58BB) is known color: Free Speech Magenta. HEX triplet: DB, 58 and BB. RGB value is (219,88,187). Sum of RGB (Red+Green+Blue) = 219+88+187=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 88 (34.77% from 255 or 17.81% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DB58BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB58BB is #24A744. Grayscale: #8A8A8A. Windows color (decimal): -2402117 or 12277979. OLE color: 12277979.

HSL color Cylindrical-coordinate representation of color #DB58BB: hue angle of 314.66º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB58BB is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 88 187 -
CMYK 0 0.60 0.15 0.14
HSL 314.66º 0.65% 0.6% -
HSV(B) 314.66º 0.6% 0.86% -
XYZ 41.67 25.63 49.76 -
YUV 138.46 155.4 185.45 -
System Red Green Blue C M Y K H S L
Decimal 219 88 187 0 0.60 0.15 0.14 314.66 0.65 0.6
Hex DB 58 BB 0 3C F E 13B 41 3C
Octal 333 130 273 0 74 17 16 473 101 74
Binary 11011011 1011000 10111011 0 111100 1111 1110 100111011 1000001 111100

Color Harmonies of #DB58BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB58BB

Black with #DB58BB

Text Example


Text Example

White with #DB58BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB58BB; }

 p { color: rgb(219,88,187); }

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

background-color css

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

 a { background-color: rgb(219,88,187); }

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

border-color css

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

 span { border-color: rgb(219,88,187); }

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