Html Css Color HEX #DB5EC1 Free Speech Magenta

📋 copy color: '#DB5EC1'

red 219 ◦ green 94 ◦ blue 193

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

Shades of Free Speech Magenta #DB5EC1

Tints of Free Speech Magenta #DB5EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.14%

R = 43.28%
G = 18.58%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DB5EC1 (or 0xDB5EC1) is known color: Free Speech Magenta. HEX triplet: DB, 5E and C1. RGB value is (219,94,193). Sum of RGB (Red+Green+Blue) = 219+94+193=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 94 (37.11% from 255 or 18.58% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5EC1 is #24A13E. Grayscale: #8E8E8E. Windows color (decimal): -2400575 or 12672731. OLE color: 12672731.

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

Color convert

RGB 219 94 193 -
CMYK 0 0.57 0.12 0.14
HSL 312.48º 0.63% 0.61% -
HSV(B) 312.48º 0.57% 0.86% -
XYZ 42.84 26.92 53.39 -
YUV 142.66 156.41 182.45 -
System Red Green Blue C M Y K H S L
Decimal 219 94 193 0 0.57 0.12 0.14 312.48 0.63 0.61
Hex DB 5E C1 0 39 C E 138 3F 3D
Octal 333 136 301 0 71 14 16 470 77 75
Binary 11011011 1011110 11000001 0 111001 1100 1110 100111000 111111 111101

Color Harmonies of #DB5EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5EC1

Black with #DB5EC1

Text Example


Text Example

White with #DB5EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5EC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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