Html Css Color HEX #DB49E0 Free Speech Magenta

📋 copy color: '#DB49E0'

red 219 ◦ green 73 ◦ blue 224

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

Shades of Free Speech Magenta #DB49E0

Tints of Free Speech Magenta #DB49E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.41%

R = 42.44%
G = 14.15%
B = 43.41%

CMYK

 C value IS 0.02

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DB49E0 (or 0xDB49E0) is known color: Free Speech Magenta. HEX triplet: DB, 49 and E0. RGB value is (219,73,224). Sum of RGB (Red+Green+Blue) = 219+73+224=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 73 (28.91% from 255 or 14.15% from 516); Blue value is 224 (87.89% from 255 or 43.41% from 516); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB49E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB49E0 is #24B61F. Grayscale: #858585. Windows color (decimal): -2405920 or 14698971. OLE color: 14698971.

HSL color Cylindrical-coordinate representation of color #DB49E0: hue angle of 298.01º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB49E0 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 73 224 -
CMYK 0.02 0.67 0 0.12
HSL 298.01º 0.71% 0.58% -
HSV(B) 298.01º 0.67% 0.88% -
XYZ 45.05 25.21 73.01 -
YUV 133.87 178.87 188.72 -
System Red Green Blue C M Y K H S L
Decimal 219 73 224 0.02 0.67 0 0.12 298.01 0.71 0.58
Hex DB 49 E0 2 43 0 C 12A 47 3A
Octal 333 111 340 2 103 0 14 452 107 72
Binary 11011011 1001001 11100000 10 1000011 0 1100 100101010 1000111 111010

Color Harmonies of #DB49E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB49E0

Black with #DB49E0

Text Example


Text Example

White with #DB49E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB49E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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