Html Css Color HEX #DB3AE0 Free Speech Magenta

📋 copy color: '#DB3AE0'

red 219 ◦ green 58 ◦ blue 224

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

Shades of Free Speech Magenta #DB3AE0

Tints of Free Speech Magenta #DB3AE0

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.58%

 BLUE value IS 224 (87.89% from 255) = 44.71%

R = 43.71%
G = 11.58%
B = 44.71%

CMYK

 C value IS 0.02

 M value IS 0.74

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DB3AE0 (or 0xDB3AE0) is known color: Free Speech Magenta. HEX triplet: DB, 3A and E0. RGB value is (219,58,224). Sum of RGB (Red+Green+Blue) = 219+58+224=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 58 (23.05% from 255 or 11.58% from 501); Blue value is 224 (87.89% from 255 or 44.71% from 501); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB3AE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3AE0 is #24C51F. Grayscale: #7C7C7C. Windows color (decimal): -2409760 or 14695131. OLE color: 14695131.

HSL color Cylindrical-coordinate representation of color #DB3AE0: hue angle of 298.19º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB3AE0 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 58 224 -
CMYK 0.02 0.74 0 0.12
HSL 298.19º 0.73% 0.55% -
HSV(B) 298.19º 0.74% 0.88% -
XYZ 44.18 23.47 72.72 -
YUV 125.06 183.84 195 -
System Red Green Blue C M Y K H S L
Decimal 219 58 224 0.02 0.74 0 0.12 298.19 0.73 0.55
Hex DB 3A E0 2 4A 0 C 12A 49 37
Octal 333 72 340 2 112 0 14 452 111 67
Binary 11011011 111010 11100000 10 1001010 0 1100 100101010 1001001 110111

Color Harmonies of #DB3AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3AE0

Black with #DB3AE0

Text Example


Text Example

White with #DB3AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3AE0; }

 p { color: rgb(219,58,224); }

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

background-color css

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

 a { background-color: rgb(219,58,224); }

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

border-color css

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

 span { border-color: rgb(219,58,224); }

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