Html Css Color HEX #DB4BF6 Free Speech Magenta

📋 copy color: '#DB4BF6'

red 219 ◦ green 75 ◦ blue 246

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

Shades of Free Speech Magenta #DB4BF6

Tints of Free Speech Magenta #DB4BF6

RGB

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

 GREEN value IS 75 (29.69% from 255) = 13.89%

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

R = 40.56%
G = 13.89%
B = 45.56%

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

#DB4BF6 (or 0xDB4BF6) is known color: Free Speech Magenta. HEX triplet: DB, 4B and F6. RGB value is (219,75,246). Sum of RGB (Red+Green+Blue) = 219+75+246=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 75 (29.69% from 255 or 13.89% from 540); Blue value is 246 (96.48% from 255 or 45.56% from 540); Max value from RGB is 246 - color contains mainly: blue. Hex color #DB4BF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB4BF6 is #24B409. Grayscale: #898989. Windows color (decimal): -2405386 or 16141275. OLE color: 16141275.

HSL color Cylindrical-coordinate representation of color #DB4BF6: hue angle of 290.53º degrees, saturation: 0.9, 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 #DB4BF6 is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 75 246 -
CMYK 0.11 0.70 0 0.04
HSL 290.53º 0.9% 0.63% -
HSV(B) 290.53º 0.7% 0.96% -
XYZ 48.36 26.75 89.8 -
YUV 137.55 189.21 186.1 -
System Red Green Blue C M Y K H S L
Decimal 219 75 246 0.11 0.70 0 0.04 290.53 0.9 0.63
Hex DB 4B F6 B 46 0 4 123 5A 3F
Octal 333 113 366 13 106 0 4 443 132 77
Binary 11011011 1001011 11110110 1011 1000110 0 100 100100011 1011010 111111

Color Harmonies of #DB4BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4BF6

Black with #DB4BF6

Text Example


Text Example

White with #DB4BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4BF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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