Html Css Color HEX #DB5EC4 Free Speech Magenta

📋 copy color: '#DB5EC4'

red 219 ◦ green 94 ◦ blue 196

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

Shades of Free Speech Magenta #DB5EC4

Tints of Free Speech Magenta #DB5EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.51%

R = 43.03%
G = 18.47%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DB5EC4 (or 0xDB5EC4) is known color: Free Speech Magenta. HEX triplet: DB, 5E and C4. RGB value is (219,94,196). Sum of RGB (Red+Green+Blue) = 219+94+196=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 94 (37.11% from 255 or 18.47% from 509); Blue value is 196 (76.95% from 255 or 38.51% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5EC4 is #24A13B. Grayscale: #8E8E8E. Windows color (decimal): -2400572 or 12869339. OLE color: 12869339.

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

Color convert

RGB 219 94 196 -
CMYK 0 0.57 0.11 0.14
HSL 311.04º 0.63% 0.61% -
HSV(B) 311.04º 0.57% 0.86% -
XYZ 43.18 27.05 55.17 -
YUV 143 157.91 182.21 -
System Red Green Blue C M Y K H S L
Decimal 219 94 196 0 0.57 0.11 0.14 311.04 0.63 0.61
Hex DB 5E C4 0 39 B E 137 3F 3D
Octal 333 136 304 0 71 13 16 467 77 75
Binary 11011011 1011110 11000100 0 111001 1011 1110 100110111 111111 111101

Color Harmonies of #DB5EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5EC4

Black with #DB5EC4

Text Example


Text Example

White with #DB5EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5EC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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