Html Css Color HEX #DB47EC Free Speech Magenta

📋 copy color: '#DB47EC'

red 219 ◦ green 71 ◦ blue 236

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

Shades of Free Speech Magenta #DB47EC

Tints of Free Speech Magenta #DB47EC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.5%

 BLUE value IS 236 (92.58% from 255) = 44.87%

R = 41.63%
G = 13.5%
B = 44.87%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB47EC (or 0xDB47EC) is known color: Free Speech Magenta. HEX triplet: DB, 47 and EC. RGB value is (219,71,236). Sum of RGB (Red+Green+Blue) = 219+71+236=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 71 (28.12% from 255 or 13.50% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB47EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB47EC is #24B813. Grayscale: #858585. Windows color (decimal): -2406420 or 15484891. OLE color: 15484891.

HSL color Cylindrical-coordinate representation of color #DB47EC: hue angle of 293.82º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB47EC is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 71 236 -
CMYK 0.07 0.70 0 0.07
HSL 293.82º 0.81% 0.6% -
HSV(B) 293.82º 0.7% 0.93% -
XYZ 46.61 25.62 81.85 -
YUV 134.06 185.53 188.58 -
System Red Green Blue C M Y K H S L
Decimal 219 71 236 0.07 0.70 0 0.07 293.82 0.81 0.6
Hex DB 47 EC 7 46 0 7 126 51 3C
Octal 333 107 354 7 106 0 7 446 121 74
Binary 11011011 1000111 11101100 111 1000110 0 111 100100110 1010001 111100

Color Harmonies of #DB47EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB47EC

Black with #DB47EC

Text Example


Text Example

White with #DB47EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB47EC; }

 p { color: rgb(219,71,236); }

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

background-color css

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

 a { background-color: rgb(219,71,236); }

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

border-color css

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

 span { border-color: rgb(219,71,236); }

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