Html Css Color HEX #DB60E5 Free Speech Magenta

📋 copy color: '#DB60E5'

red 219 ◦ green 96 ◦ blue 229

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

Shades of Free Speech Magenta #DB60E5

Tints of Free Speech Magenta #DB60E5

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.65%

 BLUE value IS 229 (89.84% from 255) = 42.1%

R = 40.26%
G = 17.65%
B = 42.1%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DB60E5 (or 0xDB60E5) is known color: Free Speech Magenta. HEX triplet: DB, 60 and E5. RGB value is (219,96,229). Sum of RGB (Red+Green+Blue) = 219+96+229=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 96 (37.89% from 255 or 17.65% from 544); Blue value is 229 (89.84% from 255 or 42.10% from 544); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB60E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB60E5 is #249F1A. Grayscale: #939393. Windows color (decimal): -2400027 or 15032539. OLE color: 15032539.

HSL color Cylindrical-coordinate representation of color #DB60E5: hue angle of 295.49º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB60E5 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 96 229 -
CMYK 0.04 0.58 0 0.10
HSL 295.49º 0.72% 0.64% -
HSV(B) 295.49º 0.58% 0.9% -
XYZ 47.54 29.08 77.24 -
YUV 147.94 173.75 178.69 -
System Red Green Blue C M Y K H S L
Decimal 219 96 229 0.04 0.58 0 0.10 295.49 0.72 0.64
Hex DB 60 E5 4 3A 0 A 127 48 40
Octal 333 140 345 4 72 0 12 447 110 100
Binary 11011011 1100000 11100101 100 111010 0 1010 100100111 1001000 1000000

Color Harmonies of #DB60E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB60E5

Black with #DB60E5

Text Example


Text Example

White with #DB60E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB60E5; }

 p { color: rgb(219,96,229); }

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

background-color css

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

 a { background-color: rgb(219,96,229); }

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

border-color css

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

 span { border-color: rgb(219,96,229); }

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