Html Css Color HEX #DB42E8 Free Speech Magenta

📋 copy color: '#DB42E8'

red 219 ◦ green 66 ◦ blue 232

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

Shades of Free Speech Magenta #DB42E8

Tints of Free Speech Magenta #DB42E8

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.77%

 BLUE value IS 232 (91.02% from 255) = 44.87%

R = 42.36%
G = 12.77%
B = 44.87%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DB42E8 (or 0xDB42E8) is known color: Free Speech Magenta. HEX triplet: DB, 42 and E8. RGB value is (219,66,232). Sum of RGB (Red+Green+Blue) = 219+66+232=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 66 (26.17% from 255 or 12.77% from 517); Blue value is 232 (91.02% from 255 or 44.87% from 517); Max value from RGB is 232 - color contains mainly: blue. Hex color #DB42E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB42E8 is #24BD17. Grayscale: #828282. Windows color (decimal): -2407704 or 15221467. OLE color: 15221467.

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

Color convert

RGB 219 66 232 -
CMYK 0.06 0.72 0 0.09
HSL 295.3º 0.78% 0.58% -
HSV(B) 295.3º 0.72% 0.91% -
XYZ 45.73 24.78 78.72 -
YUV 130.67 185.19 191 -
System Red Green Blue C M Y K H S L
Decimal 219 66 232 0.06 0.72 0 0.09 295.3 0.78 0.58
Hex DB 42 E8 6 48 0 9 127 4E 3A
Octal 333 102 350 6 110 0 11 447 116 72
Binary 11011011 1000010 11101000 110 1001000 0 1001 100100111 1001110 111010

Color Harmonies of #DB42E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB42E8

Black with #DB42E8

Text Example


Text Example

White with #DB42E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB42E8; }

 p { color: rgb(219,66,232); }

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

background-color css

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

 a { background-color: rgb(219,66,232); }

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

border-color css

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

 span { border-color: rgb(219,66,232); }

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