Html Css Color HEX #DB4ECC Free Speech Magenta

📋 copy color: '#DB4ECC'

red 219 ◦ green 78 ◦ blue 204

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

Shades of Free Speech Magenta #DB4ECC

Tints of Free Speech Magenta #DB4ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.72%

R = 43.71%
G = 15.57%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB4ECC (or 0xDB4ECC) is known color: Free Speech Magenta. HEX triplet: DB, 4E and CC. RGB value is (219,78,204). Sum of RGB (Red+Green+Blue) = 219+78+204=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 78 (30.86% from 255 or 15.57% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4ECC is #24B133. Grayscale: #868686. Windows color (decimal): -2404660 or 13389531. OLE color: 13389531.

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

Color convert

RGB 219 78 204 -
CMYK 0 0.64 0.07 0.14
HSL 306.38º 0.66% 0.58% -
HSV(B) 306.38º 0.64% 0.86% -
XYZ 42.84 24.87 59.67 -
YUV 134.52 167.21 188.25 -
System Red Green Blue C M Y K H S L
Decimal 219 78 204 0 0.64 0.07 0.14 306.38 0.66 0.58
Hex DB 4E CC 0 40 7 E 132 42 3A
Octal 333 116 314 0 100 7 16 462 102 72
Binary 11011011 1001110 11001100 0 1000000 111 1110 100110010 1000010 111010

Color Harmonies of #DB4ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4ECC

Black with #DB4ECC

Text Example


Text Example

White with #DB4ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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