Html Css Color HEX #DB3FFB Free Speech Magenta

📋 copy color: '#DB3FFB'

red 219 ◦ green 63 ◦ blue 251

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

Shades of Free Speech Magenta #DB3FFB

Tints of Free Speech Magenta #DB3FFB

RGB

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

 GREEN value IS 63 (25% from 255) = 11.82%

 BLUE value IS 251 (98.44% from 255) = 47.09%

R = 41.09%
G = 11.82%
B = 47.09%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB3FFB (or 0xDB3FFB) is known color: Free Speech Magenta. HEX triplet: DB, 3F and FB. RGB value is (219,63,251). Sum of RGB (Red+Green+Blue) = 219+63+251=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 63 (25% from 255 or 11.82% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB3FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB3FFB is #24C004. Grayscale: #828282. Windows color (decimal): -2408453 or 16465883. OLE color: 16465883.

HSL color Cylindrical-coordinate representation of color #DB3FFB: hue angle of 289.79º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB3FFB is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 63 251 -
CMYK 0.13 0.75 0 0.02
HSL 289.79º 0.96% 0.62% -
HSV(B) 289.79º 0.75% 0.98% -
XYZ 48.4 25.58 93.65 -
YUV 131.08 195.68 190.71 -
System Red Green Blue C M Y K H S L
Decimal 219 63 251 0.13 0.75 0 0.02 289.79 0.96 0.62
Hex DB 3F FB D 4B 0 2 122 60 3E
Octal 333 77 373 15 113 0 2 442 140 76
Binary 11011011 111111 11111011 1101 1001011 0 10 100100010 1100000 111110

Color Harmonies of #DB3FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3FFB

Black with #DB3FFB

Text Example


Text Example

White with #DB3FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3FFB; }

 p { color: rgb(219,63,251); }

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

background-color css

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

 a { background-color: rgb(219,63,251); }

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

border-color css

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

 span { border-color: rgb(219,63,251); }

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