Html Css Color HEX #DB4DBF Free Speech Magenta

📋 copy color: '#DB4DBF'

red 219 ◦ green 77 ◦ blue 191

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

Shades of Free Speech Magenta #DB4DBF

Tints of Free Speech Magenta #DB4DBF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.81%

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

R = 44.97%
G = 15.81%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB4DBF (or 0xDB4DBF) is known color: Free Speech Magenta. HEX triplet: DB, 4D and BF. RGB value is (219,77,191). Sum of RGB (Red+Green+Blue) = 219+77+191=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 77 (30.47% from 255 or 15.81% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4DBF is #24B240. Grayscale: #848484. Windows color (decimal): -2404929 or 12537307. OLE color: 12537307.

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

Color convert

RGB 219 77 191 -
CMYK 0 0.65 0.13 0.14
HSL 311.83º 0.66% 0.58% -
HSV(B) 311.83º 0.65% 0.86% -
XYZ 41.27 24.13 51.77 -
YUV 132.45 161.04 189.73 -
System Red Green Blue C M Y K H S L
Decimal 219 77 191 0 0.65 0.13 0.14 311.83 0.66 0.58
Hex DB 4D BF 0 41 D E 138 42 3A
Octal 333 115 277 0 101 15 16 470 102 72
Binary 11011011 1001101 10111111 0 1000001 1101 1110 100111000 1000010 111010

Color Harmonies of #DB4DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4DBF

Black with #DB4DBF

Text Example


Text Example

White with #DB4DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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