Html Css Color HEX #DB3CF0 Free Speech Magenta

📋 copy color: '#DB3CF0'

red 219 ◦ green 60 ◦ blue 240

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

Shades of Free Speech Magenta #DB3CF0

Tints of Free Speech Magenta #DB3CF0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.56%

 BLUE value IS 240 (94.14% from 255) = 46.24%

R = 42.2%
G = 11.56%
B = 46.24%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DB3CF0 (or 0xDB3CF0) is known color: Free Speech Magenta. HEX triplet: DB, 3C and F0. RGB value is (219,60,240). Sum of RGB (Red+Green+Blue) = 219+60+240=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 60 (23.83% from 255 or 11.56% from 519); Blue value is 240 (94.14% from 255 or 46.24% from 519); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB3CF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB3CF0 is #24C30F. Grayscale: #7F7F7F. Windows color (decimal): -2409232 or 15744219. OLE color: 15744219.

HSL color Cylindrical-coordinate representation of color #DB3CF0: hue angle of 293º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB3CF0 is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 60 240 -
CMYK 0.09 0.75 0 0.06
HSL 293º 0.86% 0.59% -
HSV(B) 293º 0.75% 0.94% -
XYZ 46.56 24.58 84.73 -
YUV 128.06 191.18 192.86 -
System Red Green Blue C M Y K H S L
Decimal 219 60 240 0.09 0.75 0 0.06 293 0.86 0.59
Hex DB 3C F0 9 4B 0 6 125 56 3B
Octal 333 74 360 11 113 0 6 445 126 73
Binary 11011011 111100 11110000 1001 1001011 0 110 100100101 1010110 111011

Color Harmonies of #DB3CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3CF0

Black with #DB3CF0

Text Example


Text Example

White with #DB3CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3CF0; }

 p { color: rgb(219,60,240); }

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

background-color css

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

 a { background-color: rgb(219,60,240); }

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

border-color css

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

 span { border-color: rgb(219,60,240); }

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