Html Css Color HEX #DB60BE Free Speech Magenta

📋 copy color: '#DB60BE'

red 219 ◦ green 96 ◦ blue 190

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

Shades of Free Speech Magenta #DB60BE

Tints of Free Speech Magenta #DB60BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.62%

R = 43.37%
G = 19.01%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB60BE (or 0xDB60BE) is known color: Free Speech Magenta. HEX triplet: DB, 60 and BE. RGB value is (219,96,190). Sum of RGB (Red+Green+Blue) = 219+96+190=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 96 (37.89% from 255 or 19.01% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DB60BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB60BE is #249F41. Grayscale: #8F8F8F. Windows color (decimal): -2400066 or 12476635. OLE color: 12476635.

HSL color Cylindrical-coordinate representation of color #DB60BE: hue angle of 314.15º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB60BE is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 96 190 -
CMYK 0 0.56 0.13 0.14
HSL 314.15º 0.63% 0.62% -
HSV(B) 314.15º 0.56% 0.86% -
XYZ 42.69 27.14 51.7 -
YUV 143.49 154.25 181.86 -
System Red Green Blue C M Y K H S L
Decimal 219 96 190 0 0.56 0.13 0.14 314.15 0.63 0.62
Hex DB 60 BE 0 38 D E 13A 3F 3E
Octal 333 140 276 0 70 15 16 472 77 76
Binary 11011011 1100000 10111110 0 111000 1101 1110 100111010 111111 111110

Color Harmonies of #DB60BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB60BE

Black with #DB60BE

Text Example


Text Example

White with #DB60BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB60BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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