Html Css Color HEX #DB4AE0 Free Speech Magenta

📋 copy color: '#DB4AE0'

red 219 ◦ green 74 ◦ blue 224

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

Shades of Free Speech Magenta #DB4AE0

Tints of Free Speech Magenta #DB4AE0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.31%

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

R = 42.36%
G = 14.31%
B = 43.33%

CMYK

 C value IS 0.02

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DB4AE0 (or 0xDB4AE0) is known color: Free Speech Magenta. HEX triplet: DB, 4A and E0. RGB value is (219,74,224). Sum of RGB (Red+Green+Blue) = 219+74+224=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 74 (29.30% from 255 or 14.31% from 517); Blue value is 224 (87.89% from 255 or 43.33% from 517); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB4AE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4AE0 is #24B51F. Grayscale: #868686. Windows color (decimal): -2405664 or 14699227. OLE color: 14699227.

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

Color convert

RGB 219 74 224 -
CMYK 0.02 0.67 0 0.12
HSL 298º 0.71% 0.58% -
HSV(B) 298º 0.67% 0.88% -
XYZ 45.12 25.34 73.03 -
YUV 134.46 178.54 188.3 -
System Red Green Blue C M Y K H S L
Decimal 219 74 224 0.02 0.67 0 0.12 298 0.71 0.58
Hex DB 4A E0 2 43 0 C 12A 47 3A
Octal 333 112 340 2 103 0 14 452 107 72
Binary 11011011 1001010 11100000 10 1000011 0 1100 100101010 1000111 111010

Color Harmonies of #DB4AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4AE0

Black with #DB4AE0

Text Example


Text Example

White with #DB4AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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