Html Css Color HEX #DB5FE9 Free Speech Magenta

📋 copy color: '#DB5FE9'

red 219 ◦ green 95 ◦ blue 233

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

Shades of Free Speech Magenta #DB5FE9

Tints of Free Speech Magenta #DB5FE9

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.37%

 BLUE value IS 233 (91.41% from 255) = 42.6%

R = 40.04%
G = 17.37%
B = 42.6%

CMYK

 C value IS 0.06

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DB5FE9 (or 0xDB5FE9) is known color: Free Speech Magenta. HEX triplet: DB, 5F and E9. RGB value is (219,95,233). Sum of RGB (Red+Green+Blue) = 219+95+233=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 95 (37.5% from 255 or 17.37% from 547); Blue value is 233 (91.41% from 255 or 42.60% from 547); Max value from RGB is 233 - color contains mainly: blue. Hex color #DB5FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5FE9 is #24A016. Grayscale: #939393. Windows color (decimal): -2400279 or 15294427. OLE color: 15294427.

HSL color Cylindrical-coordinate representation of color #DB5FE9: hue angle of 293.91º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB5FE9 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 95 233 -
CMYK 0.06 0.59 0 0.09
HSL 293.91º 0.76% 0.64% -
HSV(B) 293.91º 0.59% 0.91% -
XYZ 48.01 29.13 80.18 -
YUV 147.81 176.08 178.78 -
System Red Green Blue C M Y K H S L
Decimal 219 95 233 0.06 0.59 0 0.09 293.91 0.76 0.64
Hex DB 5F E9 6 3B 0 9 126 4C 40
Octal 333 137 351 6 73 0 11 446 114 100
Binary 11011011 1011111 11101001 110 111011 0 1001 100100110 1001100 1000000

Color Harmonies of #DB5FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5FE9

Black with #DB5FE9

Text Example


Text Example

White with #DB5FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5FE9; }

 p { color: rgb(219,95,233); }

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

background-color css

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

 a { background-color: rgb(219,95,233); }

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

border-color css

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

 span { border-color: rgb(219,95,233); }

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