Html Css Color HEX #DB4EC7 Free Speech Magenta

📋 copy color: '#DB4EC7'

red 219 ◦ green 78 ◦ blue 199

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

Shades of Free Speech Magenta #DB4EC7

Tints of Free Speech Magenta #DB4EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.12%

R = 44.15%
G = 15.73%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DB4EC7 (or 0xDB4EC7) is known color: Free Speech Magenta. HEX triplet: DB, 4E and C7. RGB value is (219,78,199). Sum of RGB (Red+Green+Blue) = 219+78+199=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 78 (30.86% from 255 or 15.73% from 496); Blue value is 199 (78.12% from 255 or 40.12% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4EC7 is #24B138. Grayscale: #858585. Windows color (decimal): -2404665 or 13061851. OLE color: 13061851.

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

Color convert

RGB 219 78 199 -
CMYK 0 0.64 0.09 0.14
HSL 308.51º 0.66% 0.58% -
HSV(B) 308.51º 0.64% 0.86% -
XYZ 42.25 24.63 56.56 -
YUV 133.95 164.71 188.66 -
System Red Green Blue C M Y K H S L
Decimal 219 78 199 0 0.64 0.09 0.14 308.51 0.66 0.58
Hex DB 4E C7 0 40 9 E 135 42 3A
Octal 333 116 307 0 100 11 16 465 102 72
Binary 11011011 1001110 11000111 0 1000000 1001 1110 100110101 1000010 111010

Color Harmonies of #DB4EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4EC7

Black with #DB4EC7

Text Example


Text Example

White with #DB4EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4EC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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