Html Css Color HEX #DB4EC1 Free Speech Magenta

📋 copy color: '#DB4EC1'

red 219 ◦ green 78 ◦ blue 193

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

Shades of Free Speech Magenta #DB4EC1

Tints of Free Speech Magenta #DB4EC1

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.92%

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

R = 44.69%
G = 15.92%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DB4EC1 (or 0xDB4EC1) is known color: Free Speech Magenta. HEX triplet: DB, 4E and C1. RGB value is (219,78,193). Sum of RGB (Red+Green+Blue) = 219+78+193=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 78 (30.86% from 255 or 15.92% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4EC1 is #24B13E. Grayscale: #848484. Windows color (decimal): -2404671 or 12668635. OLE color: 12668635.

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

Color convert

RGB 219 78 193 -
CMYK 0 0.64 0.12 0.14
HSL 311.06º 0.66% 0.58% -
HSV(B) 311.06º 0.64% 0.86% -
XYZ 41.56 24.36 52.96 -
YUV 133.27 161.71 189.15 -
System Red Green Blue C M Y K H S L
Decimal 219 78 193 0 0.64 0.12 0.14 311.06 0.66 0.58
Hex DB 4E C1 0 40 C E 137 42 3A
Octal 333 116 301 0 100 14 16 467 102 72
Binary 11011011 1001110 11000001 0 1000000 1100 1110 100110111 1000010 111010

Color Harmonies of #DB4EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4EC1

Black with #DB4EC1

Text Example


Text Example

White with #DB4EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4EC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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