Html Css Color HEX #DB3BE4 Free Speech Magenta

📋 copy color: '#DB3BE4'

red 219 ◦ green 59 ◦ blue 228

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

Shades of Free Speech Magenta #DB3BE4

Tints of Free Speech Magenta #DB3BE4

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.66%

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

R = 43.28%
G = 11.66%
B = 45.06%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DB3BE4 (or 0xDB3BE4) is known color: Free Speech Magenta. HEX triplet: DB, 3B and E4. RGB value is (219,59,228). Sum of RGB (Red+Green+Blue) = 219+59+228=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 59 (23.44% from 255 or 11.66% from 506); Blue value is 228 (89.45% from 255 or 45.06% from 506); Max value from RGB is 228 - color contains mainly: blue. Hex color #DB3BE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3BE4 is #24C41B. Grayscale: #7D7D7D. Windows color (decimal): -2409500 or 14957531. OLE color: 14957531.

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

Color convert

RGB 219 59 228 -
CMYK 0.04 0.74 0 0.11
HSL 296.8º 0.76% 0.56% -
HSV(B) 296.8º 0.74% 0.89% -
XYZ 44.78 23.79 75.63 -
YUV 126.11 185.51 194.26 -
System Red Green Blue C M Y K H S L
Decimal 219 59 228 0.04 0.74 0 0.11 296.8 0.76 0.56
Hex DB 3B E4 4 4A 0 B 129 4C 38
Octal 333 73 344 4 112 0 13 451 114 70
Binary 11011011 111011 11100100 100 1001010 0 1011 100101001 1001100 111000

Color Harmonies of #DB3BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3BE4

Black with #DB3BE4

Text Example


Text Example

White with #DB3BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3BE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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