Html Css Color HEX #DB38FB Free Speech Magenta

📋 copy color: '#DB38FB'

red 219 ◦ green 56 ◦ blue 251

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

Shades of Free Speech Magenta #DB38FB

Tints of Free Speech Magenta #DB38FB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 10.65%

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

R = 41.63%
G = 10.65%
B = 47.72%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB38FB (or 0xDB38FB) is known color: Free Speech Magenta. HEX triplet: DB, 38 and FB. RGB value is (219,56,251). Sum of RGB (Red+Green+Blue) = 219+56+251=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 56 (22.27% from 255 or 10.65% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB38FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB38FB is #24C704. Grayscale: #7E7E7E. Windows color (decimal): -2410245 or 16464091. OLE color: 16464091.

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

Color convert

RGB 219 56 251 -
CMYK 0.13 0.78 0 0.02
HSL 290.15º 0.96% 0.6% -
HSV(B) 290.15º 0.78% 0.98% -
XYZ 48.04 24.85 93.53 -
YUV 126.97 198 193.64 -
System Red Green Blue C M Y K H S L
Decimal 219 56 251 0.13 0.78 0 0.02 290.15 0.96 0.6
Hex DB 38 FB D 4E 0 2 122 60 3C
Octal 333 70 373 15 116 0 2 442 140 74
Binary 11011011 111000 11111011 1101 1001110 0 10 100100010 1100000 111100

Color Harmonies of #DB38FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB38FB

Black with #DB38FB

Text Example


Text Example

White with #DB38FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB38FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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