Html Css Color HEX #DB5EC5 Free Speech Magenta

📋 copy color: '#DB5EC5'

red 219 ◦ green 94 ◦ blue 197

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

Shades of Free Speech Magenta #DB5EC5

Tints of Free Speech Magenta #DB5EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.63%

R = 42.94%
G = 18.43%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DB5EC5 (or 0xDB5EC5) is known color: Free Speech Magenta. HEX triplet: DB, 5E and C5. RGB value is (219,94,197). Sum of RGB (Red+Green+Blue) = 219+94+197=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 94 (37.11% from 255 or 18.43% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5EC5 is #24A13A. Grayscale: #8E8E8E. Windows color (decimal): -2400571 or 12934875. OLE color: 12934875.

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

Color convert

RGB 219 94 197 -
CMYK 0 0.57 0.10 0.14
HSL 310.56º 0.63% 0.61% -
HSV(B) 310.56º 0.57% 0.86% -
XYZ 43.29 27.1 55.77 -
YUV 143.12 158.41 182.12 -
System Red Green Blue C M Y K H S L
Decimal 219 94 197 0 0.57 0.10 0.14 310.56 0.63 0.61
Hex DB 5E C5 0 39 A E 137 3F 3D
Octal 333 136 305 0 71 12 16 467 77 75
Binary 11011011 1011110 11000101 0 111001 1010 1110 100110111 111111 111101

Color Harmonies of #DB5EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5EC5

Black with #DB5EC5

Text Example


Text Example

White with #DB5EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5EC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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