Html Css Color HEX #DB5EBA Free Speech Magenta

📋 copy color: '#DB5EBA'

red 219 ◦ green 94 ◦ blue 186

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

Shades of Free Speech Magenta #DB5EBA

Tints of Free Speech Magenta #DB5EBA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.84%

 BLUE value IS 186 (73.05% from 255) = 37.27%

R = 43.89%
G = 18.84%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB5EBA (or 0xDB5EBA) is known color: Free Speech Magenta. HEX triplet: DB, 5E and BA. RGB value is (219,94,186). Sum of RGB (Red+Green+Blue) = 219+94+186=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 94 (37.11% from 255 or 18.84% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5EBA is #24A145. Grayscale: #8D8D8D. Windows color (decimal): -2400582 or 12213979. OLE color: 12213979.

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

Color convert

RGB 219 94 186 -
CMYK 0 0.57 0.15 0.14
HSL 315.84º 0.63% 0.61% -
HSV(B) 315.84º 0.57% 0.86% -
XYZ 42.08 26.61 49.37 -
YUV 141.86 152.91 183.02 -
System Red Green Blue C M Y K H S L
Decimal 219 94 186 0 0.57 0.15 0.14 315.84 0.63 0.61
Hex DB 5E BA 0 39 F E 13C 3F 3D
Octal 333 136 272 0 71 17 16 474 77 75
Binary 11011011 1011110 10111010 0 111001 1111 1110 100111100 111111 111101

Color Harmonies of #DB5EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5EBA

Black with #DB5EBA

Text Example


Text Example

White with #DB5EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5EBA; }

 p { color: rgb(219,94,186); }

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

background-color css

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

 a { background-color: rgb(219,94,186); }

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

border-color css

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

 span { border-color: rgb(219,94,186); }

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