Html Css Color HEX #DB51F0 Free Speech Magenta

📋 copy color: '#DB51F0'

red 219 ◦ green 81 ◦ blue 240

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

Shades of Free Speech Magenta #DB51F0

Tints of Free Speech Magenta #DB51F0

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15%

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

R = 40.56%
G = 15%
B = 44.44%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DB51F0 (or 0xDB51F0) is known color: Free Speech Magenta. HEX triplet: DB, 51 and F0. RGB value is (219,81,240). Sum of RGB (Red+Green+Blue) = 219+81+240=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 81 (32.03% from 255 or 15% from 540); Blue value is 240 (94.14% from 255 or 44.44% from 540); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB51F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB51F0 is #24AE0F. Grayscale: #8B8B8B. Windows color (decimal): -2403856 or 15749595. OLE color: 15749595.

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

Color convert

RGB 219 81 240 -
CMYK 0.09 0.66 0 0.06
HSL 292.08º 0.84% 0.63% -
HSV(B) 292.08º 0.66% 0.94% -
XYZ 47.88 27.24 85.17 -
YUV 140.39 184.22 184.07 -
System Red Green Blue C M Y K H S L
Decimal 219 81 240 0.09 0.66 0 0.06 292.08 0.84 0.63
Hex DB 51 F0 9 42 0 6 124 54 3F
Octal 333 121 360 11 102 0 6 444 124 77
Binary 11011011 1010001 11110000 1001 1000010 0 110 100100100 1010100 111111

Color Harmonies of #DB51F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB51F0

Black with #DB51F0

Text Example


Text Example

White with #DB51F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB51F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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