Html Css Color HEX #DB4AF6 Free Speech Magenta

📋 copy color: '#DB4AF6'

red 219 ◦ green 74 ◦ blue 246

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

Shades of Free Speech Magenta #DB4AF6

Tints of Free Speech Magenta #DB4AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 45.64%

R = 40.63%
G = 13.73%
B = 45.64%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DB4AF6 (or 0xDB4AF6) is known color: Free Speech Magenta. HEX triplet: DB, 4A and F6. RGB value is (219,74,246). Sum of RGB (Red+Green+Blue) = 219+74+246=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 74 (29.30% from 255 or 13.73% from 539); Blue value is 246 (96.48% from 255 or 45.64% from 539); Max value from RGB is 246 - color contains mainly: blue. Hex color #DB4AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB4AF6 is #24B509. Grayscale: #888888. Windows color (decimal): -2405642 or 16141019. OLE color: 16141019.

HSL color Cylindrical-coordinate representation of color #DB4AF6: hue angle of 290.58º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB4AF6 is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 74 246 -
CMYK 0.11 0.70 0 0.04
HSL 290.58º 0.91% 0.63% -
HSV(B) 290.58º 0.7% 0.96% -
XYZ 48.3 26.61 89.78 -
YUV 136.96 189.54 186.51 -
System Red Green Blue C M Y K H S L
Decimal 219 74 246 0.11 0.70 0 0.04 290.58 0.91 0.63
Hex DB 4A F6 B 46 0 4 123 5B 3F
Octal 333 112 366 13 106 0 4 443 133 77
Binary 11011011 1001010 11110110 1011 1000110 0 100 100100011 1011011 111111

Color Harmonies of #DB4AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4AF6

Black with #DB4AF6

Text Example


Text Example

White with #DB4AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4AF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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