Html Css Color HEX #DB49F1 Free Speech Magenta

📋 copy color: '#DB49F1'

red 219 ◦ green 73 ◦ blue 241

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

Shades of Free Speech Magenta #DB49F1

Tints of Free Speech Magenta #DB49F1

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.7%

 BLUE value IS 241 (94.53% from 255) = 45.22%

R = 41.09%
G = 13.7%
B = 45.22%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DB49F1 (or 0xDB49F1) is known color: Free Speech Magenta. HEX triplet: DB, 49 and F1. RGB value is (219,73,241). Sum of RGB (Red+Green+Blue) = 219+73+241=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 73 (28.91% from 255 or 13.70% from 533); Blue value is 241 (94.53% from 255 or 45.22% from 533); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB49F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB49F1 is #24B60E. Grayscale: #878787. Windows color (decimal): -2405903 or 15813083. OLE color: 15813083.

HSL color Cylindrical-coordinate representation of color #DB49F1: hue angle of 292.14º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB49F1 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 73 241 -
CMYK 0.09 0.70 0 0.05
HSL 292.14º 0.86% 0.62% -
HSV(B) 292.14º 0.7% 0.95% -
XYZ 47.47 26.18 85.77 -
YUV 135.81 187.37 187.34 -
System Red Green Blue C M Y K H S L
Decimal 219 73 241 0.09 0.70 0 0.05 292.14 0.86 0.62
Hex DB 49 F1 9 46 0 5 124 56 3E
Octal 333 111 361 11 106 0 5 444 126 76
Binary 11011011 1001001 11110001 1001 1000110 0 101 100100100 1010110 111110

Color Harmonies of #DB49F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB49F1

Black with #DB49F1

Text Example


Text Example

White with #DB49F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB49F1; }

 p { color: rgb(219,73,241); }

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

background-color css

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

 a { background-color: rgb(219,73,241); }

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

border-color css

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

 span { border-color: rgb(219,73,241); }

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