Html Css Color HEX #DB60BA Free Speech Magenta

📋 copy color: '#DB60BA'

red 219 ◦ green 96 ◦ blue 186

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

Shades of Free Speech Magenta #DB60BA

Tints of Free Speech Magenta #DB60BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.13%

R = 43.71%
G = 19.16%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB60BA (or 0xDB60BA) is known color: Free Speech Magenta. HEX triplet: DB, 60 and BA. RGB value is (219,96,186). Sum of RGB (Red+Green+Blue) = 219+96+186=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 96 (37.89% from 255 or 19.16% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB60BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB60BA is #249F45. Grayscale: #8E8E8E. Windows color (decimal): -2400070 or 12214491. OLE color: 12214491.

HSL color Cylindrical-coordinate representation of color #DB60BA: hue angle of 316.1º 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 #DB60BA is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 96 186 -
CMYK 0 0.56 0.15 0.14
HSL 316.1º 0.63% 0.62% -
HSV(B) 316.1º 0.56% 0.86% -
XYZ 42.26 26.97 49.43 -
YUV 143.04 152.25 182.18 -
System Red Green Blue C M Y K H S L
Decimal 219 96 186 0 0.56 0.15 0.14 316.1 0.63 0.62
Hex DB 60 BA 0 38 F E 13C 3F 3E
Octal 333 140 272 0 70 17 16 474 77 76
Binary 11011011 1100000 10111010 0 111000 1111 1110 100111100 111111 111110

Color Harmonies of #DB60BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB60BA

Black with #DB60BA

Text Example


Text Example

White with #DB60BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB60BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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