Html Css Color HEX #DB5EC8 Free Speech Magenta

📋 copy color: '#DB5EC8'

red 219 ◦ green 94 ◦ blue 200

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

Shades of Free Speech Magenta #DB5EC8

Tints of Free Speech Magenta #DB5EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.99%

R = 42.69%
G = 18.32%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DB5EC8 (or 0xDB5EC8) is known color: Free Speech Magenta. HEX triplet: DB, 5E and C8. RGB value is (219,94,200). Sum of RGB (Red+Green+Blue) = 219+94+200=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 94 (37.11% from 255 or 18.32% from 513); Blue value is 200 (78.52% from 255 or 38.99% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5EC8 is #24A137. Grayscale: #8F8F8F. Windows color (decimal): -2400568 or 13131483. OLE color: 13131483.

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

Color convert

RGB 219 94 200 -
CMYK 0 0.57 0.09 0.14
HSL 309.12º 0.63% 0.61% -
HSV(B) 309.12º 0.57% 0.86% -
XYZ 43.64 27.24 57.6 -
YUV 143.46 159.91 181.88 -
System Red Green Blue C M Y K H S L
Decimal 219 94 200 0 0.57 0.09 0.14 309.12 0.63 0.61
Hex DB 5E C8 0 39 9 E 135 3F 3D
Octal 333 136 310 0 71 11 16 465 77 75
Binary 11011011 1011110 11001000 0 111001 1001 1110 100110101 111111 111101

Color Harmonies of #DB5EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5EC8

Black with #DB5EC8

Text Example


Text Example

White with #DB5EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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