Html Css Color HEX #DB5FB9 Free Speech Magenta

📋 copy color: '#DB5FB9'

red 219 ◦ green 95 ◦ blue 185

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

Shades of Free Speech Magenta #DB5FB9

Tints of Free Speech Magenta #DB5FB9

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.04%

 BLUE value IS 185 (72.66% from 255) = 37.07%

R = 43.89%
G = 19.04%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB5FB9 (or 0xDB5FB9) is known color: Free Speech Magenta. HEX triplet: DB, 5F and B9. RGB value is (219,95,185). Sum of RGB (Red+Green+Blue) = 219+95+185=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 95 (37.5% from 255 or 19.04% from 499); Blue value is 185 (72.66% from 255 or 37.07% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5FB9 is #24A046. Grayscale: #8E8E8E. Windows color (decimal): -2400327 or 12148699. OLE color: 12148699.

HSL color Cylindrical-coordinate representation of color #DB5FB9: hue angle of 316.45º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5FB9 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 95 185 -
CMYK 0 0.57 0.16 0.14
HSL 316.45º 0.63% 0.62% -
HSV(B) 316.45º 0.57% 0.86% -
XYZ 42.06 26.75 48.84 -
YUV 142.34 152.08 182.68 -
System Red Green Blue C M Y K H S L
Decimal 219 95 185 0 0.57 0.16 0.14 316.45 0.63 0.62
Hex DB 5F B9 0 39 10 E 13C 3F 3E
Octal 333 137 271 0 71 20 16 474 77 76
Binary 11011011 1011111 10111001 0 111001 10000 1110 100111100 111111 111110

Color Harmonies of #DB5FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5FB9

Black with #DB5FB9

Text Example


Text Example

White with #DB5FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5FB9; }

 p { color: rgb(219,95,185); }

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

background-color css

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

 a { background-color: rgb(219,95,185); }

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

border-color css

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

 span { border-color: rgb(219,95,185); }

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