Html Css Color HEX #DB5FB7 Free Speech Magenta

📋 copy color: '#DB5FB7'

red 219 ◦ green 95 ◦ blue 183

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

Shades of Free Speech Magenta #DB5FB7

Tints of Free Speech Magenta #DB5FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.82%

R = 44.06%
G = 19.11%
B = 36.82%

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

#DB5FB7 (or 0xDB5FB7) is known color: Free Speech Magenta. HEX triplet: DB, 5F and B7. RGB value is (219,95,183). Sum of RGB (Red+Green+Blue) = 219+95+183=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 95 (37.5% from 255 or 19.11% from 497); Blue value is 183 (71.88% from 255 or 36.82% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5FB7 is #24A048. Grayscale: #8D8D8D. Windows color (decimal): -2400329 or 12017627. OLE color: 12017627.

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

Color convert

RGB 219 95 183 -
CMYK 0 0.57 0.16 0.14
HSL 317.42º 0.63% 0.62% -
HSV(B) 317.42º 0.57% 0.86% -
XYZ 41.85 26.66 47.74 -
YUV 142.11 151.08 182.84 -
System Red Green Blue C M Y K H S L
Decimal 219 95 183 0 0.57 0.16 0.14 317.42 0.63 0.62
Hex DB 5F B7 0 39 10 E 13D 3F 3E
Octal 333 137 267 0 71 20 16 475 77 76
Binary 11011011 1011111 10110111 0 111001 10000 1110 100111101 111111 111110

Color Harmonies of #DB5FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5FB7

Black with #DB5FB7

Text Example


Text Example

White with #DB5FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5FB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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