Html Css Color HEX #DB5EDA Free Speech Magenta

📋 copy color: '#DB5EDA'

red 219 ◦ green 94 ◦ blue 218

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

Shades of Free Speech Magenta #DB5EDA

Tints of Free Speech Magenta #DB5EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.05%

R = 41.24%
G = 17.7%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DB5EDA (or 0xDB5EDA) is known color: Free Speech Magenta. HEX triplet: DB, 5E and DA. RGB value is (219,94,218). Sum of RGB (Red+Green+Blue) = 219+94+218=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 94 (37.11% from 255 or 17.70% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5EDA is #24A125. Grayscale: #919191. Windows color (decimal): -2400550 or 14311131. OLE color: 14311131.

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

Color convert

RGB 219 94 218 -
CMYK 0 0.57 0.00 0.14
HSL 300.48º 0.63% 0.61% -
HSV(B) 300.48º 0.57% 0.86% -
XYZ 45.87 28.13 69.34 -
YUV 145.51 168.91 180.42 -
System Red Green Blue C M Y K H S L
Decimal 219 94 218 0 0.57 0.00 0.14 300.48 0.63 0.61
Hex DB 5E DA 0 39 0 E 12C 3F 3D
Octal 333 136 332 0 71 0 16 454 77 75
Binary 11011011 1011110 11011010 0 111001 0 1110 100101100 111111 111101

Color Harmonies of #DB5EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5EDA

Black with #DB5EDA

Text Example


Text Example

White with #DB5EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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