Html Css Color HEX #DB39E4 Free Speech Magenta

📋 copy color: '#DB39E4'

red 219 ◦ green 57 ◦ blue 228

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

Shades of Free Speech Magenta #DB39E4

Tints of Free Speech Magenta #DB39E4

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.31%

 BLUE value IS 228 (89.45% from 255) = 45.24%

R = 43.45%
G = 11.31%
B = 45.24%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DB39E4 (or 0xDB39E4) is known color: Free Speech Magenta. HEX triplet: DB, 39 and E4. RGB value is (219,57,228). Sum of RGB (Red+Green+Blue) = 219+57+228=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 57 (22.66% from 255 or 11.31% from 504); Blue value is 228 (89.45% from 255 or 45.24% from 504); Max value from RGB is 228 - color contains mainly: blue. Hex color #DB39E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB39E4 is #24C61B. Grayscale: #7C7C7C. Windows color (decimal): -2410012 or 14957019. OLE color: 14957019.

HSL color Cylindrical-coordinate representation of color #DB39E4: hue angle of 296.84º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB39E4 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 57 228 -
CMYK 0.04 0.75 0 0.11
HSL 296.84º 0.76% 0.56% -
HSV(B) 296.84º 0.75% 0.89% -
XYZ 44.68 23.59 75.6 -
YUV 124.93 186.17 195.1 -
System Red Green Blue C M Y K H S L
Decimal 219 57 228 0.04 0.75 0 0.11 296.84 0.76 0.56
Hex DB 39 E4 4 4B 0 B 129 4C 38
Octal 333 71 344 4 113 0 13 451 114 70
Binary 11011011 111001 11100100 100 1001011 0 1011 100101001 1001100 111000

Color Harmonies of #DB39E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB39E4

Black with #DB39E4

Text Example


Text Example

White with #DB39E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB39E4; }

 p { color: rgb(219,57,228); }

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

background-color css

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

 a { background-color: rgb(219,57,228); }

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

border-color css

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

 span { border-color: rgb(219,57,228); }

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