Html Css Color HEX #DB5EBC Free Speech Magenta

📋 copy color: '#DB5EBC'

red 219 ◦ green 94 ◦ blue 188

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

Shades of Free Speech Magenta #DB5EBC

Tints of Free Speech Magenta #DB5EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.52%

R = 43.71%
G = 18.76%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DB5EBC (or 0xDB5EBC) is known color: Free Speech Magenta. HEX triplet: DB, 5E and BC. RGB value is (219,94,188). Sum of RGB (Red+Green+Blue) = 219+94+188=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 94 (37.11% from 255 or 18.76% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5EBC is #24A143. Grayscale: #8D8D8D. Windows color (decimal): -2400580 or 12345051. OLE color: 12345051.

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

Color convert

RGB 219 94 188 -
CMYK 0 0.57 0.14 0.14
HSL 314.88º 0.63% 0.61% -
HSV(B) 314.88º 0.57% 0.86% -
XYZ 42.29 26.7 50.5 -
YUV 142.09 153.91 182.86 -
System Red Green Blue C M Y K H S L
Decimal 219 94 188 0 0.57 0.14 0.14 314.88 0.63 0.61
Hex DB 5E BC 0 39 E E 13B 3F 3D
Octal 333 136 274 0 71 16 16 473 77 75
Binary 11011011 1011110 10111100 0 111001 1110 1110 100111011 111111 111101

Color Harmonies of #DB5EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5EBC

Black with #DB5EBC

Text Example


Text Example

White with #DB5EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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