Html Css Color HEX #DB3DE6 Free Speech Magenta

📋 copy color: '#DB3DE6'

red 219 ◦ green 61 ◦ blue 230

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

Shades of Free Speech Magenta #DB3DE6

Tints of Free Speech Magenta #DB3DE6

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.96%

 BLUE value IS 230 (90.23% from 255) = 45.1%

R = 42.94%
G = 11.96%
B = 45.1%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DB3DE6 (or 0xDB3DE6) is known color: Free Speech Magenta. HEX triplet: DB, 3D and E6. RGB value is (219,61,230). Sum of RGB (Red+Green+Blue) = 219+61+230=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 61 (24.22% from 255 or 11.96% from 510); Blue value is 230 (90.23% from 255 or 45.10% from 510); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB3DE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB3DE6 is #24C219. Grayscale: #7E7E7E. Windows color (decimal): -2408986 or 15089115. OLE color: 15089115.

HSL color Cylindrical-coordinate representation of color #DB3DE6: hue angle of 296.09º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB3DE6 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 61 230 -
CMYK 0.05 0.73 0 0.10
HSL 296.09º 0.77% 0.57% -
HSV(B) 296.09º 0.73% 0.9% -
XYZ 45.17 24.11 77.14 -
YUV 127.51 185.85 193.26 -
System Red Green Blue C M Y K H S L
Decimal 219 61 230 0.05 0.73 0 0.10 296.09 0.77 0.57
Hex DB 3D E6 5 49 0 A 128 4D 39
Octal 333 75 346 5 111 0 12 450 115 71
Binary 11011011 111101 11100110 101 1001001 0 1010 100101000 1001101 111001

Color Harmonies of #DB3DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3DE6

Black with #DB3DE6

Text Example


Text Example

White with #DB3DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3DE6; }

 p { color: rgb(219,61,230); }

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

background-color css

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

 a { background-color: rgb(219,61,230); }

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

border-color css

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

 span { border-color: rgb(219,61,230); }

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