Html Css Color HEX #DB5DBF Free Speech Magenta

📋 copy color: '#DB5DBF'

red 219 ◦ green 93 ◦ blue 191

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

Shades of Free Speech Magenta #DB5DBF

Tints of Free Speech Magenta #DB5DBF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.49%

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

R = 43.54%
G = 18.49%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB5DBF (or 0xDB5DBF) is known color: Free Speech Magenta. HEX triplet: DB, 5D and BF. RGB value is (219,93,191). Sum of RGB (Red+Green+Blue) = 219+93+191=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 93 (36.72% from 255 or 18.49% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5DBF is #24A240. Grayscale: #8D8D8D. Windows color (decimal): -2400833 or 12541403. OLE color: 12541403.

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

Color convert

RGB 219 93 191 -
CMYK 0 0.58 0.13 0.14
HSL 313.33º 0.64% 0.61% -
HSV(B) 313.33º 0.58% 0.86% -
XYZ 42.53 26.65 52.19 -
YUV 141.85 155.74 183.03 -
System Red Green Blue C M Y K H S L
Decimal 219 93 191 0 0.58 0.13 0.14 313.33 0.64 0.61
Hex DB 5D BF 0 3A D E 139 40 3D
Octal 333 135 277 0 72 15 16 471 100 75
Binary 11011011 1011101 10111111 0 111010 1101 1110 100111001 1000000 111101

Color Harmonies of #DB5DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5DBF

Black with #DB5DBF

Text Example


Text Example

White with #DB5DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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